CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
OdGiSubEntityTraitsToDataWrapper< TInterface, TData > Class Template Reference

#include <GiDummyGeometry.h>

Inheritance diagram for OdGiSubEntityTraitsToDataWrapper< TInterface, TData >:
OdGiSubEntityTraitsWrapper< OdGiSubEntityTraits > OdGiViewportDraw_Stub OdGiWorldDraw_Stub

Public Member Functions

 OdGiSubEntityTraitsToDataWrapper ()
 
void setTraits (TData &pTraits)
 
TData & getTraits () const
 
void setColor (OdUInt16 n)
 
void setTrueColor (const OdCmEntityColor &n)
 
void setLayer (OdDbStub *n)
 
void setLineType (OdDbStub *n)
 
void setSelectionMarker (OdGsMarker)
 
void setFillType (OdGiFillType n)
 
void setFillPlane (const OdGeVector3d *=0)
 
void setLineWeight (OdDb::LineWeight n)
 
void setLineTypeScale (double n=1.0)
 
void setThickness (double n)
 
void setPlotStyleName (OdDb::PlotStyleNameType n, OdDbStub *m=0)
 
void setMaterial (OdDbStub *n)
 
void setMapper (const OdGiMapper *n)
 
void setVisualStyle (const OdDbStub *n)
 
void setTransparency (const OdCmTransparency &transparency)
 
void setDrawFlags (OdUInt32 drawFlags)
 
void setLockFlags (OdUInt32 lockFlags)
 
void setSelectionGeom (bool bSelectionFlag)
 
void setShadowFlags (OdGiSubEntityTraits::ShadowFlags shadowFlags)
 
void setSectionable (bool bSectionableFlag)
 
void setSelectionFlags (OdGiSubEntityTraits::SelectionFlags selectionFlags)
 
void setSecondaryTrueColor (const OdCmEntityColor &n)
 
void setLineStyleModifiers (const OdGiDgLinetypeModifiers *pLSMod)
 
void setFill (const OdGiFill *pFill)
 
void setAuxData (const OdGiAuxiliaryDataPtr &pAuxData)
 
OdUInt16 color () const
 
OdCmEntityColor trueColor () const
 
OdDbStub * layer () const
 
OdDbStub * lineType () const
 
OdGiFillType fillType () const
 
bool fillPlane (OdGeVector3d &)
 
OdDb::LineWeight lineWeight () const
 
double lineTypeScale () const
 
double thickness () const
 
OdDb::PlotStyleNameType plotStyleNameType () const
 
OdDbStub * plotStyleNameId () const
 
OdDbStub * material () const
 
const OdGiMappermapper () const
 
OdDbStub * visualStyle () const
 
OdCmTransparency transparency () const
 
OdUInt32 drawFlags () const
 
OdUInt32 lockFlags () const
 
bool selectionGeom () const
 
OdGiSubEntityTraits::ShadowFlags shadowFlags () const
 
bool sectionable () const
 
OdGiSubEntityTraits::SelectionFlags selectionFlags () const
 
OdCmEntityColor secondaryTrueColor () const
 
const OdGiDgLinetypeModifierslineStyleModifiers () const
 
const OdGiFillfill () const
 
OdGiAuxiliaryDataPtr auxData () const
 

Protected Attributes

TData * m_pTraits
 

Detailed Description

template<class TInterface, class TData>
class OdGiSubEntityTraitsToDataWrapper< TInterface, TData >

Corresponding C++ library: TD_Gi <group OdGi_Classes>

Definition at line 753 of file GiDummyGeometry.h.

Constructor & Destructor Documentation

◆ OdGiSubEntityTraitsToDataWrapper()

template<class TInterface , class TData >
OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::OdGiSubEntityTraitsToDataWrapper ( )
inline

Default constructor for the OdGiSubEntityTraitsToDataWrapper class.

Definition at line 762 of file GiDummyGeometry.h.

Member Function Documentation

◆ auxData()

template<class TInterface , class TData >
OdGiAuxiliaryDataPtr OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::auxData ( ) const
inline

Retrieves pointer to auxiliary data context.

Returns
smart pointer to the auxiliary data context object.

Definition at line 1245 of file GiDummyGeometry.h.

◆ color()

template<class TInterface , class TData >
OdUInt16 OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::color ( ) const
inline

Retrieves color index (ACI).

Returns
Color index as OdUInt16 value.
See also
<exref target="https://docs.opendesign.com/td/cm.html">Working with Colors</exref>

Definition at line 1013 of file GiDummyGeometry.h.

◆ drawFlags()

template<class TInterface , class TData >
OdUInt32 OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::drawFlags ( ) const
inline

Retrieves the current DrawFlags bitmask.

Returns
Draw bit flags as the OdUInt32 value.

Definition at line 1167 of file GiDummyGeometry.h.

◆ fill()

template<class TInterface , class TData >
const OdGiFill * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::fill ( ) const
inline

Retrieves boundary filling parameters.

Returns
pointer to the instance of the OdGiFill class.

Definition at line 1237 of file GiDummyGeometry.h.

◆ fillPlane()

template<class TInterface , class TData >
bool OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::fillPlane ( OdGeVector3d )
inline

Retrieves the current fill plane. Currently not implemented.

Returns
false in current implementation.

Definition at line 1065 of file GiDummyGeometry.h.

◆ fillType()

template<class TInterface , class TData >
OdGiFillType OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::fillType ( ) const
inline

Retrieves the current fill type.

Returns
One of the following values:

Value Description kOdGiFillAlways 1 Fill closed graphic primitives. kOdGiFillNever 2 Don't fill closed graphic primitives.

Definition at line 1057 of file GiDummyGeometry.h.

◆ getTraits()

template<class TInterface , class TData >
TData & OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::getTraits ( ) const
inline

Retrieves entity traits for this object.

Definition at line 772 of file GiDummyGeometry.h.

◆ layer()

template<class TInterface , class TData >
OdDbStub * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::layer ( ) const
inline

Retrieves the current layer.

Returns
Pointer to the OdDbStub that represents layer identifier.
See also
<link tv_working_with_attributes_layers, Work with Layers>

Definition at line 1033 of file GiDummyGeometry.h.

◆ lineStyleModifiers()

template<class TInterface , class TData >
const OdGiDgLinetypeModifiers * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::lineStyleModifiers ( ) const
inline

Retrieves pointer to the current Dgn Line Style modifiers structure.

Returns
pointer to the OdGiDgLinetypeModifiers.

Definition at line 1229 of file GiDummyGeometry.h.

◆ lineType()

template<class TInterface , class TData >
OdDbStub * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::lineType ( ) const
inline

Retrieves the current linetype.

Returns
Pointer to the OdDbStub that represents linetype identifier.
See also
<exref target="https://docs.opendesign.com/td/db_linetype.html">Working with Linetypes</exref>

Definition at line 1043 of file GiDummyGeometry.h.

◆ lineTypeScale()

template<class TInterface , class TData >
double OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::lineTypeScale ( ) const
inline

Retrieves the current linetype scale.

Returns
Linetype scale as a value of the double type.
See also
<exref target="https://docs.opendesign.com/td/db_linetype_properties.html">Specific Properties of Linetypes</exref>

Definition at line 1085 of file GiDummyGeometry.h.

◆ lineWeight()

template<class TInterface , class TData >
OdDb::LineWeight OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::lineWeight ( ) const
inline

Retrieves the current lineweight.

Returns
Current lineweight as an OdDb::LineWeight value.
See also
<link tv_working_with_attributes_lineweights, Work with Lineweights>

Definition at line 1075 of file GiDummyGeometry.h.

◆ lockFlags()

template<class TInterface , class TData >
OdUInt32 OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::lockFlags ( ) const
inline

Retrieves the current LockFlags bitmask.

Returns
Lock bit flags as the OdUInt32 value.

Definition at line 1175 of file GiDummyGeometry.h.

◆ mapper()

template<class TInterface , class TData >
const OdGiMapper * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::mapper ( ) const
inline

Retrieves pointer to the current material mapper.

Returns
Pointer to the OdDbStub that represents a mapper identifier.
See also
<link tv_working_with_attributes_materials_mapping, Work with Mapping Properties>

Definition at line 1137 of file GiDummyGeometry.h.

◆ material()

template<class TInterface , class TData >
OdDbStub * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::material ( ) const
inline

Retrieves the identifier of the material.

Returns
Pointer to the OdDbStub that represents a material identifier.
See also
<link tv_working_with_attributes_materials, Work with Materials>

Definition at line 1127 of file GiDummyGeometry.h.

◆ plotStyleNameId()

template<class TInterface , class TData >
OdDbStub * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::plotStyleNameId ( ) const
inline

Retrieves object ID of the the plot style name.

Returns
Pointer to the OdDbStub that represents a plot style name identifier.

Definition at line 1117 of file GiDummyGeometry.h.

◆ plotStyleNameType()

template<class TInterface , class TData >
OdDb::PlotStyleNameType OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::plotStyleNameType ( ) const
inline

Retrieves the current PlotStyleName type.

Returns
One of the following values:

Value
kPlotStyleNameByLayer 0 kPlotStyleNameByBlock 1 kPlotStyleNameIsDictDefault 2 kPlotStyleNameById 3

Definition at line 1109 of file GiDummyGeometry.h.

◆ secondaryTrueColor()

template<class TInterface , class TData >
OdCmEntityColor OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::secondaryTrueColor ( ) const
inline

Retrieves the current secondary color.

Returns
secondary color as OdCmEntityColor instance.

Definition at line 1221 of file GiDummyGeometry.h.

◆ sectionable()

template<class TInterface , class TData >
bool OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::sectionable ( ) const
inline

Retrieves the current sectionable flag.

Returns
true if the sectionable flag is used for geometry, false otherwise.
See also
<link tv_planarClip_sample, Planar Clipping Section Generation for a Custom Entity>

Definition at line 1205 of file GiDummyGeometry.h.

◆ selectionFlags()

template<class TInterface , class TData >
OdGiSubEntityTraits::SelectionFlags OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::selectionFlags ( ) const
inline

Retrieves the current SelectionFlags.

Returns
One of the SelectionFlags enumeration values.

Definition at line 1213 of file GiDummyGeometry.h.

◆ selectionGeom()

template<class TInterface , class TData >
bool OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::selectionGeom ( ) const
inline

Retrieves the current selection geometry flag.

Returns
true if the selection geometry flag is used, false otherwise.
See also
<link tv_working_with_features_selections, Work with Selections>

Definition at line 1185 of file GiDummyGeometry.h.

◆ setAuxData()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setAuxData ( const OdGiAuxiliaryDataPtr pAuxData)
inline

Sets pointer to auxiliary data context.

Parameters
pAuxData[in] Smart pointer to auxiliary data context.

Definition at line 1003 of file GiDummyGeometry.h.

◆ setColor()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setColor ( OdUInt16  n)
inline

Sets the current color index (ACI).

Parameters
n[in] Color index.
Remarks
The n parameter must be one of the following:

Value Description kACIbyBlock 0 ByBlock. kACIforeground 7 Foreground color. kACIbyLayer 256 ByLayer. kACIRed 1 Red. kACIYellow 2 Yellow. kACIGreen 3 Green. kACICyan 4 Cyan. kACIBlue 5 Blue. kACIMagenta 6 Magenta. .. 8-255 Defined by AcadPalette.h

See also
<exref target="https://docs.opendesign.com/td/cm.html">Working with Colors</exref>

Definition at line 797 of file GiDummyGeometry.h.

◆ setDrawFlags()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setDrawFlags ( OdUInt32  drawFlags)
inline

Sets the drawing flags.

Parameters
drawFlags[in] Input bitmask with DrawFlags.

Definition at line 934 of file GiDummyGeometry.h.

◆ setFill()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setFill ( const OdGiFill pFill)
inline

Sets boundary filling.

Parameters
pFill[in] Boundary filling parameters.

Definition at line 996 of file GiDummyGeometry.h.

◆ setFillPlane()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setFillPlane ( const OdGeVector3d = 0)
inline

Sets the current fill plane. Currently not implemented.

Definition at line 854 of file GiDummyGeometry.h.

◆ setFillType()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setFillType ( OdGiFillType  n)
inline

Sets the current fill type.

Parameters
n[in] Fill type.
Remarks
The n parameter must be one of the following:

Value Description kOdGiFillAlways 1 Fill closed graphic primitives. kOdGiFillNever 2 Don't fill closed graphic primitives.

Closed graphic primitives consist of the following: arcs with (OdGiArcType == kOdGiArcSector) || (OdGiArcType == kOdGiArcChord) circles meshes polygons shells

Definition at line 849 of file GiDummyGeometry.h.

◆ setLayer()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLayer ( OdDbStub *  n)
inline

Sets the current layer.

Parameters
n[in] Object ID of the LayerTableRecord.
See also
<link tv_working_with_attributes_layers, Work with Layers>

Definition at line 814 of file GiDummyGeometry.h.

◆ setLineStyleModifiers()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLineStyleModifiers ( const OdGiDgLinetypeModifiers pLSMod)
inline

Sets Dgn Line Style modifiers.

Parameters
pLSMod[in] Pointer to structure with Dgn Line Style modifiers.

Definition at line 989 of file GiDummyGeometry.h.

◆ setLineType()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLineType ( OdDbStub *  n)
inline

Sets the current linetype.

Parameters
n[in] Object ID of the LinetypeTableRecord.
See also
<exref target="https://docs.opendesign.com/td/db_linetype.html">Working with Linetypes</exref>

Definition at line 822 of file GiDummyGeometry.h.

◆ setLineTypeScale()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLineTypeScale ( double  n = 1.0)
inline

Sets the current linetype scale.

Parameters
n[in] Linetype scale factor.
See also
<exref target="https://docs.opendesign.com/td/db_linetype_properties.html">Specific Properties of Linetypes</exref>

Definition at line 871 of file GiDummyGeometry.h.

◆ setLineWeight()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLineWeight ( OdDb::LineWeight  n)
inline

Sets the current lineweight.

Parameters
n[in] Lineweight.
See also
<link tv_working_with_attributes_lineweights, Work with Lineweights>

Definition at line 863 of file GiDummyGeometry.h.

◆ setLockFlags()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setLockFlags ( OdUInt32  lockFlags)
inline

Sets the lock flags.

Parameters
lockFlags[in] Input bitmask with LockFlags.

Definition at line 941 of file GiDummyGeometry.h.

◆ setMapper()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setMapper ( const OdGiMapper n)
inline

Sets the current material mapper.

Parameters
n[in] Pointer to the GI mapper object.
See also
<link tv_working_with_attributes_materials_mapping, Work with Mapping Properties>

Definition at line 912 of file GiDummyGeometry.h.

◆ setMaterial()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setMaterial ( OdDbStub *  n)
inline

Sets the current material.

Parameters
n[in] Object ID of the material.
See also
<link tv_working_with_attributes_materials, Work with Materials>

Definition at line 904 of file GiDummyGeometry.h.

◆ setPlotStyleName()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setPlotStyleName ( OdDb::PlotStyleNameType  n,
OdDbStub *  m = 0 
)
inline

Sets the current PlotStyleName.

Parameters
n[in] Plot Style Name Type.
m[in] Object ID of the Plot Style Name.
Remarks
The m parameter is used only when n == kPlotStyleNameById.
The n parameter must be one of the following:

Value
kPlotStyleNameByLayer 0 kPlotStyleNameByBlock 1 kPlotStyleNameIsDictDefault 2 kPlotStyleNameById 3

Definition at line 896 of file GiDummyGeometry.h.

◆ setSecondaryTrueColor()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setSecondaryTrueColor ( const OdCmEntityColor n)
inline

Sets the current secondary color from an OdCmEntityColor instance.

Parameters
color[in] OdCmEntityColor object.

Definition at line 982 of file GiDummyGeometry.h.

◆ setSectionable()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setSectionable ( bool  bSectionableFlag)
inline

Sets sectionable flag.

Parameters
bSectionableFlag[in] New sectionable flag.
See also
<link tv_planarClip_sample, Planar Clipping Section Generation for a Custom Entity>

Definition at line 968 of file GiDummyGeometry.h.

◆ setSelectionFlags()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setSelectionFlags ( OdGiSubEntityTraits::SelectionFlags  selectionFlags)
inline

Sets the selection flags.

Parameters
selectionFlags[in] Input SelectionFlags.

Definition at line 975 of file GiDummyGeometry.h.

◆ setSelectionGeom()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setSelectionGeom ( bool  bSelectionFlag)
inline

Sets selection geometry flag.

Parameters
bSelectionFlag[in] New selection geometry flag.
See also
<link tv_working_with_features_selections, Work with Selections>

Definition at line 950 of file GiDummyGeometry.h.

◆ setSelectionMarker()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setSelectionMarker ( OdGsMarker  )
inline

Sets the current selection marker.

Definition at line 827 of file GiDummyGeometry.h.

◆ setShadowFlags()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setShadowFlags ( OdGiSubEntityTraits::ShadowFlags  shadowFlags)
inline

Sets the shadow flags.

Parameters
shadowFlags[in] Input ShadowFlags.
See also
<link gi_shadows_rendering, Shadows Visualization>

Definition at line 959 of file GiDummyGeometry.h.

◆ setThickness()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setThickness ( double  n)
inline

Sets the current thickness.

Parameters
n[in] Thickness.

Definition at line 877 of file GiDummyGeometry.h.

◆ setTraits()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setTraits ( TData &  pTraits)
inline

Sets entity traits for this object.

Definition at line 767 of file GiDummyGeometry.h.

◆ setTransparency()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setTransparency ( const OdCmTransparency transparency)
inline

Sets the current transparency.

Parameters
transparency[in] OdCmTransparency object.

Definition at line 927 of file GiDummyGeometry.h.

◆ setTrueColor()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setTrueColor ( const OdCmEntityColor n)
inline

Sets the current color from an OdCmEntityColor instance.

Parameters
n[in] OdCmEntityColor object.
See also
<exref target="https://docs.opendesign.com/td/cm.html">Working with Colors</exref>

Definition at line 806 of file GiDummyGeometry.h.

◆ setVisualStyle()

template<class TInterface , class TData >
void OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::setVisualStyle ( const OdDbStub *  n)
inline

Sets the current visual style.

Parameters
n[in] Object ID of the visual style.
See also
<link tv_working_with_attributes_visual_styles, Work with Visual Styles>

Definition at line 920 of file GiDummyGeometry.h.

◆ shadowFlags()

template<class TInterface , class TData >
OdGiSubEntityTraits::ShadowFlags OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::shadowFlags ( ) const
inline

Retrieves the current ShadowFlags.

Returns
One of the ShadowFlags enumeration values.
See also
<link gi_shadows_rendering, Shadows Visualization>

Definition at line 1195 of file GiDummyGeometry.h.

◆ thickness()

template<class TInterface , class TData >
double OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::thickness ( ) const
inline

Retrieves the current thickness.

Returns
Current thickness as a value of the double type.

Definition at line 1093 of file GiDummyGeometry.h.

◆ transparency()

template<class TInterface , class TData >
OdCmTransparency OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::transparency ( ) const
inline

Retrieves the current transparency.

Returns
Transparency as an instance of the OdCmTransparency class.
See also
<exref target="https://docs.opendesign.com/td/cm_transparency_alpha.html">Transparency Functionality as an Alpha-value</exref>
<exref target="https://docs.opendesign.com/td/cm_transparency_integer.html">Transparency Functionality as an Integer-value</exref>

Definition at line 1159 of file GiDummyGeometry.h.

◆ trueColor()

template<class TInterface , class TData >
OdCmEntityColor OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::trueColor ( ) const
inline

Retrieves entity color.

Returns
Entity color as OdCmEntityColor instance.
See also
<exref target="https://docs.opendesign.com/td/cm.html">Working with Colors</exref>

Definition at line 1023 of file GiDummyGeometry.h.

◆ visualStyle()

template<class TInterface , class TData >
OdDbStub * OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::visualStyle ( ) const
inline

Retrieves an identifier of the visual style.

Returns
Pointer to the OdDbStub that represents a visual style identifier.
See also
<link tv_working_with_attributes_visual_styles, Work with Visual Styles>

Definition at line 1147 of file GiDummyGeometry.h.

Member Data Documentation

◆ m_pTraits

template<class TInterface , class TData >
TData* OdGiSubEntityTraitsToDataWrapper< TInterface, TData >::m_pTraits
protected

Definition at line 756 of file GiDummyGeometry.h.


The documentation for this class was generated from the following file: