This is the Override Information Class.
The Dtk_OverridePtr object is used as override information into an assembly tree.
.
More...
Public Member Functions | |
Dtk_OverrideInfo (const Dtk_OverrideInfo &inToBeCopied) | |
Dtk_Int32 | DtkDynamicType (const int &inId) |
Retrieves the dynamic entity type. More... | |
virtual void | dump (FILE *file=stdout) |
const Dtk_FeaturePtr & | GetAssemblyFeature () const |
Retrieves the Dtk_FeaturePtr. More... | |
Dtk_tab< Dtk_NodeConnectorPtr > const & | GetConnectors () const |
Retrieves the connectors to the component or entities affected by override. More... | |
const Dtk_InfoPtr & | GetInfos () const |
Retrieves the Dtk_InfoPtr. More... | |
const Dtk_string & | GetName () const |
Retrieves the name. More... | |
const Dtk_transfoPtr & | GetPosition () const |
Retrieves the position. More... | |
virtual Dtk_Size_t | GetSize () const |
Dtk_ErrorStatus | SetConnectors (Dtk_tab< Dtk_NodeConnectorPtr > inConnectedEntities) |
Set the connectors to the component or entities affected by override. More... | |
Static Public Member Functions | |
static Dtk_OverrideInfoPtr | Create (Dtk_string inName, Dtk_InfoPtr inNewAttributes, Dtk_transfoPtr inNewTransformationMatrix, Dtk_FeaturePtr inAssemblyFeature) |
static Dtk_OverrideInfo * | DtkDynamicCast (Dtk_Object *s) |
Performs a dynamic cast - doesn't need RTTI -. More... | |
Protected Types | |
enum | { _typeID = DTK_TYPE_OVERRIDE } |
Protected Member Functions | |
void | _copy (const Dtk_Object &s) |
void | _init () |
void | _reset () |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_OverrideInfo > |
This is the Override Information Class.
The Dtk_OverridePtr object is used as override information into an assembly tree.
.
Dtk_OverrideInfo::Dtk_OverrideInfo | ( | const Dtk_OverrideInfo & | inToBeCopied | ) |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
static |
|
static |
Performs a dynamic cast - doesn't need RTTI -.
|
virtual |
Retrieves the dynamic entity type.
Implements Dtk_Object.
|
virtualinherited |
const Dtk_FeaturePtr& Dtk_OverrideInfo::GetAssemblyFeature | ( | ) | const |
Retrieves the Dtk_FeaturePtr.
Dtk_tab<Dtk_NodeConnectorPtr> const& Dtk_OverrideInfo::GetConnectors | ( | ) | const |
Retrieves the connectors to the component or entities affected by override.
const Dtk_InfoPtr& Dtk_OverrideInfo::GetInfos | ( | ) | const |
Retrieves the Dtk_InfoPtr.
const Dtk_string& Dtk_OverrideInfo::GetName | ( | ) | const |
Retrieves the name.
const Dtk_transfoPtr& Dtk_OverrideInfo::GetPosition | ( | ) | const |
Retrieves the position.
|
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.
Dtk_ErrorStatus Dtk_OverrideInfo::SetConnectors | ( | Dtk_tab< Dtk_NodeConnectorPtr > | inConnectedEntities | ) |
Set the connectors to the component or entities affected by override.
|
friend |
|
protected |
|
protectedinherited |