Public Member Functions | |
Dtk_Size_t | AddSelectionSet (const Dtk_SelectionSetPtr &inSelectionSet) |
Adds a Dtk_SelectionSetPtr to the selection sets pool. More... | |
Dtk_Int32 | DtkDynamicType (const Dtk_Int32 &inId) |
Retrieves the dynamic entity type. More... | |
virtual int | DtkDynamicType (const int &inId)=0 |
virtual void | dump (FILE *file=stdout) |
type_detk | get_type_detk () const |
Dtk_Size_t | GetNumSelectionSets () const |
Retrieves the number of Selection sets. More... | |
Dtk_SelectionSetPtr | GetSelectionSetByPos (const Dtk_Size_t inPos) const |
Retrieves the ith Dtk_SelectionSetPtr giving its index. More... | |
virtual Dtk_Size_t | GetSize () const |
Static Public Member Functions | |
static Dtk_SelectionDataSetPtr | Create () |
Base constructor. More... | |
static Dtk_SelectionDataSet * | DtkDynamicCast (Dtk_Object *s) |
Performs a dynamic cast - doesn't need RTTI -. More... | |
Protected Types | |
enum | { _typeID = DTK_TYPE_SELECTION_DATA_SET } |
Protected Member Functions | |
void | _copy (const Dtk_Object &s) |
void | _init () |
void | _reset () |
virtual Dtk_Object * | Clone () |
Dtk_SelectionDataSet () | |
Dtk_SelectionDataSet (const Dtk_SelectionDataSet &s) | |
~Dtk_SelectionDataSet () | |
Destructor. More... | |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_SelectionDataSet > |
|
protected |
|
protected |
|
protected |
Destructor.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Dtk_Size_t Dtk_SelectionDataSet::AddSelectionSet | ( | const Dtk_SelectionSetPtr & | inSelectionSet | ) |
Adds a Dtk_SelectionSetPtr to the selection sets pool.
inSelectionSet | The Dtk_SelectionSetPtr to be added. |
|
protectedvirtual |
|
static |
Base constructor.
|
static |
Performs a dynamic cast - doesn't need RTTI -.
Retrieves the dynamic entity type.
|
pure virtualinherited |
Implemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, Dtk_TopologicalEntity, Dtk_MeshPolyline, Dtk_MeshSurface, Dtk_TransformedSurface, Dtk_FilletSurface, Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_RuledSurface, Dtk_LinearExtrusionSurface, Dtk_StandardRevolutionSurface, Dtk_RevolutionSurface, Dtk_PlaneSurface, Dtk_NurbsSurface, Dtk_Surface, Dtk_Hyperbola, Dtk_Parabola, Dtk_Ellipse, Dtk_Conic, Dtk_Line, Dtk_Polyline, Dtk_NurbsCurve, Dtk_Curve, Dtk_Point, Dtk_Constraint, Dtk_ConstraintReference, Dtk_AxisSystem, Dtk_Preview, Dtk_Entity, Dtk_picture, Dtk_OverrideSet, Dtk_OverrideInfo, Dtk_MainDoc, Dtk_Component, Dtk_Node, Dtk_DocElement, Dtk_Log, and Dtk_Properties.
|
virtualinherited |
type_detk Dtk_SelectionDataSet::get_type_detk | ( | ) | const |
Dtk_Size_t Dtk_SelectionDataSet::GetNumSelectionSets | ( | ) | const |
Retrieves the number of Selection sets.
Dtk_SelectionSetPtr Dtk_SelectionDataSet::GetSelectionSetByPos | ( | const Dtk_Size_t | inPos | ) | const |
Retrieves the ith Dtk_SelectionSetPtr giving its index.
inPos | index of the Dtk_SelectionSetPtr. |
|
virtualinherited |
Reimplemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, Dtk_mesh_face, Dtk_mesh, Dtk_TransformedSurface, Dtk_FilletSurface, Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_RuledSurface, Dtk_LinearExtrusionSurface, Dtk_StandardRevolutionSurface, Dtk_RevolutionSurface, Dtk_PlaneSurface, Dtk_NurbsSurface, Dtk_Surface, Dtk_Hyperbola, Dtk_Parabola, Dtk_Ellipse, Dtk_Conic, Dtk_Line, Dtk_Polyline, Dtk_NurbsCurve, Dtk_Curve, Dtk_Point, Dtk_Entity, and Dtk_Info.
|
friend |
|
protected |
|
protectedinherited |