This is the Dtk_GraphicalData Class.
The Dtk_GraphicalDataPtr object is used to store preview data It contains graphical information.
.
More...
Static Public Member Functions | |
static Dtk_GraphicalDataPtr | Create () |
Create a Dtk_GraphicalDataPtr. More... | |
static Dtk_GraphicalData * | DtkDynamicCast (Dtk_Object *s) |
Performs a dynamic cast - doesn't need RTTI -. More... | |
Protected Types | |
enum | { _typeID = DTK_TYPE_GRAPHICAL_DATA } |
Protected Member Functions | |
void | _Copy (const Dtk_GraphicalData &inToBeCopied) |
void | _copy (const Dtk_Object &s) |
void | _init () |
void | _Init () |
void | _reset () |
void | _Reset () |
Dtk_GraphicalData () | |
Dtk_GraphicalData (const Dtk_GraphicalData &inToBeCopied) | |
Copy constructor. More... | |
virtual | ~Dtk_GraphicalData () |
Destructor. More... | |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_GraphicalData > |
This is the Dtk_GraphicalData Class.
The Dtk_GraphicalDataPtr object is used to store preview data It contains graphical information.
.
|
protected |
Copy constructor.
inToBeCopied | Object to copy. |
|
protected |
|
protectedvirtual |
Destructor.
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |
DtkErrorStatus Dtk_GraphicalData::AddDrawing | ( | Dtk_DrawingPtr | inDrawing | ) |
Add One Drawing.
DtkErrorStatus Dtk_GraphicalData::AddMesh | ( | Dtk_MeshPtr | inMesh | ) |
Add One Mesh.
|
static |
Create a Dtk_GraphicalDataPtr.
|
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 |
Dtk_CameraPtr Dtk_GraphicalData::GetDefaultCamera | ( | ) |
Get Default Camera.
Dtk_DrawingPtr Dtk_GraphicalData::GetDrawing | ( | Dtk_Size_t | inNum | ) |
Get Number of Drawing.
Dtk_tab<Dtk_DrawingPtr> Dtk_GraphicalData::GetDrawings | ( | ) |
Get Drawings.
Dtk_MeshPtr Dtk_GraphicalData::GetMesh | ( | Dtk_Size_t | inNum | ) |
Get Number of Drawing.
Dtk_tab<Dtk_MeshPtr> Dtk_GraphicalData::GetMeshes | ( | ) |
Get Meshes.
Dtk_Size_t Dtk_GraphicalData::GetNumDrawings | ( | ) |
Get Number of Drawing.
Dtk_Size_t Dtk_GraphicalData::GetNumMeshes | ( | ) |
Get Number of Meshes.
|
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.
DtkErrorStatus Dtk_GraphicalData::SetDefaultCamera | ( | Dtk_CameraPtr | inDefaultCamera | ) |
Set Default Camera.
DtkErrorStatus Dtk_GraphicalData::SetDrawings | ( | Dtk_tab< Dtk_DrawingPtr > | inDrawings | ) |
Set Drawings.
DtkErrorStatus Dtk_GraphicalData::SetMeshes | ( | Dtk_tab< Dtk_MeshPtr > | inMeshes | ) |
Set Meshes.
|
friend |
|
protected |
|
protectedinherited |