This is the Dtk_AxisSystem class. More...
Public Member Functions | |
virtual Dtk_ErrorStatus | _Store (void *) |
virtual void | conv_ptr (Dtk_AxisSystem **s) |
Dtk_AxisSystem (const Dtk_AxisSystem &p) | |
int | DtkDynamicType (const int &inId) |
virtual void | dump (FILE *file=stdout) |
Dtk_InfoPtr | get_info () const |
type_detk | get_type_detk () const |
const Dtk_ID & | GetID () const |
Get Internal UniqueID. More... | |
int | GetIsHidden () const |
Get the hidden status. More... | |
int | GetIsVisible () const |
Get the visibility status. More... | |
const Dtk_transfo & | GetMatrix () const |
Get the Matrix of the AxisSystem. More... | |
Dtk_string | GetName () const |
Get the Name of the AxisSystem. More... | |
virtual Dtk_Size_t | GetSize () const |
Dtk_InfoPtr & | info () |
Dtk_bool | IsDefault () const |
Get the default status. More... | |
Dtk_AxisSystem & | operator= (const Dtk_AxisSystem &p) |
virtual void | PrepareTransfo () |
void | SetDefaultStatus (Dtk_bool inDefaultStatus) |
Set the default status. More... | |
void | SetIsHidden () |
Set the hidden status. More... | |
void | SetIsVisible () |
Set the visibility status. More... | |
void | SetMatrix (const Dtk_transfo &in) |
Get the Matrix of the AxisSystem. More... | |
void | SetName (const Dtk_string &in) |
Set the Name of the AxisSystem. More... | |
Dtk_ErrorStatus | Transform (const Dtk_transfo &inTransfo) |
Applies a transformation matrix to the entity. //! More... | |
Static Public Member Functions | |
static Dtk_SmartPtr< Dtk_AxisSystem > | create () |
static Dtk_AxisSystem * | DtkDynamicCast (Dtk_Object *inObject) |
Protected Types | |
enum | { _typeID = DTK_TYPE_OBJECT } |
enum | { _typeID = DTK_TYPE_ENTITY } |
Protected Member Functions | |
void | _copy (const Dtk_AxisSystem &s) |
void | _copy (const Dtk_Entity &s) |
void | _copy (const Dtk_Object &s) |
void | _init () |
void | _Init () |
void | _reset () |
virtual Dtk_Object * | Clone () |
Dtk_AxisSystem () | |
virtual | ~Dtk_AxisSystem () |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_AxisSystem > |
This is the Dtk_AxisSystem class.
A Dtk_AxisSystem contains the AxisSystem definition which is defined by its name, status and a matrix
This class lets you use Dtk_AxisSystem.
Dtk_AxisSystem::Dtk_AxisSystem | ( | const Dtk_AxisSystem & | p | ) |
|
protected |
|
protectedvirtual |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protected |
|
virtualinherited |
Reimplemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, 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, and Dtk_Point.
|
protectedvirtual |
Implements Dtk_Entity.
|
virtual |
|
static |
|
static |
|
virtual |
Reimplemented from Dtk_Entity.
|
virtualinherited |
|
inherited |
|
virtual |
|
inherited |
Get Internal UniqueID.
int Dtk_AxisSystem::GetIsHidden | ( | ) | const |
Get the hidden status.
int Dtk_AxisSystem::GetIsVisible | ( | ) | const |
Get the visibility status.
const Dtk_transfo& Dtk_AxisSystem::GetMatrix | ( | ) | const |
Get the Matrix of the AxisSystem.
Dtk_string Dtk_AxisSystem::GetName | ( | ) | const |
Get the Name of the AxisSystem.
|
virtualinherited |
Reimplemented from Dtk_Object.
Reimplemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, 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, and Dtk_Point.
|
inherited |
Dtk_bool Dtk_AxisSystem::IsDefault | ( | ) | const |
Get the default status.
Dtk_AxisSystem& Dtk_AxisSystem::operator= | ( | const Dtk_AxisSystem & | p | ) |
|
virtualinherited |
Reimplemented in Dtk_OffsetSurface.
void Dtk_AxisSystem::SetDefaultStatus | ( | Dtk_bool | inDefaultStatus | ) |
Set the default status.
void Dtk_AxisSystem::SetIsHidden | ( | ) |
Set the hidden status.
void Dtk_AxisSystem::SetIsVisible | ( | ) |
Set the visibility status.
void Dtk_AxisSystem::SetMatrix | ( | const Dtk_transfo & | in | ) |
Get the Matrix of the AxisSystem.
[in] | in | : Matrix of the AxisSystem |
void Dtk_AxisSystem::SetName | ( | const Dtk_string & | in | ) |
Set the Name of the AxisSystem.
|
virtual |
Applies a transformation matrix to the entity. //!
inTransfo | The transformation matrix to apply. |
Implements Dtk_Entity.
|
friend |
|
protected |
|
protectedinherited |