This is the Dtk_ConstraintReference class. More...
Public Member Functions | |
virtual Dtk_ErrorStatus | _Store (void *) |
virtual void | conv_ptr (Dtk_ConstraintReference **s) |
Dtk_ConstraintReference (const Dtk_ConstraintReference &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... | |
const Dtk_NodeConnectorPtr & | GetNodeConnector () const |
Get the Dtk_NodeConnectorPtr of the ConstraintReference . More... | |
const Dtk_pnt & | GetPosition (Dtk_bool &outHasPosition) const |
Get the Position of the ConstraintReference . More... | |
virtual Dtk_Size_t | GetSize () const |
Dtk_InfoPtr & | info () |
Dtk_ConstraintReference & | operator= (const Dtk_ConstraintReference &p) |
virtual void | PrepareTransfo () |
void | SetNodeConnector (const Dtk_NodeConnectorPtr &in) |
Set the type of the Constraint . More... | |
void | SetPosition (const Dtk_pnt &in) |
Set the Position of the ConstraintReference . More... | |
Dtk_ErrorStatus | Transform (const Dtk_transfo &inTransfo) |
Applies a transformation matrix to the entity. //! More... | |
Static Public Member Functions | |
static Dtk_SmartPtr< Dtk_ConstraintReference > | Create () |
static Dtk_ConstraintReference * | DtkDynamicCast (Dtk_Object *inObject) |
Protected Types | |
enum | { _typeID = DTK_TYPE_OBJECT } |
enum | { _typeID = DTK_TYPE_ENTITY } |
Protected Member Functions | |
void | _Copy (const Dtk_ConstraintReference &s) |
void | _copy (const Dtk_Entity &s) |
void | _copy (const Dtk_Object &s) |
void | _init () |
void | _Init () |
void | _reset () |
void | _Reset () |
virtual Dtk_Object * | Clone () |
Dtk_ConstraintReference () | |
virtual | ~Dtk_ConstraintReference () |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_ConstraintReference > |
This is the Dtk_ConstraintReference class.
A Dtk_ConstraintReference contains the AxisSystem definition which defines by its Name, statut and the Matrix
This class lets you use Dtk_ConstraintReference.
Dtk_ConstraintReference::Dtk_ConstraintReference | ( | const Dtk_ConstraintReference & | p | ) |
|
protected |
|
protectedvirtual |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
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.
const Dtk_NodeConnectorPtr& Dtk_ConstraintReference::GetNodeConnector | ( | ) | const |
Get the Dtk_NodeConnectorPtr of the ConstraintReference .
Get the Position of the ConstraintReference .
|
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_ConstraintReference& Dtk_ConstraintReference::operator= | ( | const Dtk_ConstraintReference & | p | ) |
|
virtualinherited |
Reimplemented in Dtk_OffsetSurface.
void Dtk_ConstraintReference::SetNodeConnector | ( | const Dtk_NodeConnectorPtr & | in | ) |
Set the type of the Constraint .
void Dtk_ConstraintReference::SetPosition | ( | const Dtk_pnt & | in | ) |
Set the Position of the ConstraintReference .
|
virtual |
Applies a transformation matrix to the entity. //!
inTransfo | The transformation matrix to apply. |
Implements Dtk_Entity.
|
friend |
|
protected |
|
protectedinherited |