This is the Feature Indicator.
 It is part of the Dtk_ToleranceSpecification.
 It's basically composed of a type, a symbol and a Datum feature identifier.  
 More...
 Inheritance diagram for Dtk_FCFFeatureIndicator:Public Member Functions | |
| void | Clear () | 
| 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) | 
| Dtk_ErrorStatus | Explode (Dtk_CompositeText &outText, Dtk_tab< Dtk_CurvePtr > &outGeomsArray) const | 
| Explodes the Dtk_FCFFeatureIndicator into Dtk_CompositeText and geometrical elements - used for Dtk_Symbol conversion only -.  More... | |
| Dtk_ErrorStatus | GetAnchorPoints (Dtk_pnt(&outTabPnts)[DTK_NB_ANCHOR_TYPES]) const | 
| Processes all the Dtk_FCFFeatureIndicator anchor points.  More... | |
| const Dtk_Text & | GetDatumFeatureIdentifier () const | 
| Retrieves the DatumFeature Identifier of the Dtk_FCFFeatureIndicator - Read Only -.  More... | |
| const Dtk_FCFFeatureIndicatorType & | GetFeatureIndicatorType () const | 
| Retrieves the Full Type of the Dtk_FCFFeatureIndicator - Read Only -.  More... | |
| Dtk_Oriented2dBBox | GetOuterBoundingBox () const | 
| Retrieves the Dtk_FCFFeatureIndicator Outer Bounding Box.  More... | |
| virtual Dtk_Size_t | GetSize () const | 
| const Dtk_Text & | GetSymbol () const | 
| Retrieves the Symbol of the Dtk_FCFFeatureIndicator - Read Only -.  More... | |
| Dtk_FCFFeatureIndicator & | operator= (const Dtk_FCFFeatureIndicator &in) | 
| Copy assignment operator.  More... | |
| Dtk_FCFFeatureIndicator & | operator= (Dtk_FCFFeatureIndicator &&in) DTK_NOEXCEPT | 
| Move assignment operator.  More... | |
| Dtk_ErrorStatus | SetAnchorPoint (const Dtk_pnt &inNewLocation, const Dtk_anchor_type &inLocationAnchorType) | 
| Sets the Dtk_FCFFeatureIndicator anchor point.  More... | |
| Dtk_ErrorStatus | Transform (const Dtk_transfo &inTransfo) | 
| Transforms the Dtk_FCFFeatureIndicator giving a transformation matrix.  More... | |
| Dtk_ErrorStatus | Translate (const Dtk_dir &inTranslationDir) | 
| Translates the Dtk_FCFFeatureIndicator giving a translation vector.  More... | |
Static Public Member Functions | |
| static Dtk_FCFFeatureIndicatorPtr | Create () | 
| Calls default constructor to allocate a new object.  More... | |
| static Dtk_FCFFeatureIndicatorPtr | Create (const Dtk_FCFFeatureIndicator &in) | 
| Calls copy constructor to allocate a new object.  More... | |
| static Dtk_FCFFeatureIndicatorPtr | Create (Dtk_FCFFeatureIndicator &&in) | 
| Calls move constructor to allocate a new object.  More... | |
| static Dtk_FCFFeatureIndicatorPtr | Create (Dtk_FCFFeatureIndicatorType inFeatureIndicatorType, Dtk_Text inSymbol, Dtk_Text inDatumFeatureIdentifier) | 
| Calls full featured constructor to allocate a new object.  More... | |
| static Dtk_FCFFeatureIndicator * | DtkDynamicCast (Dtk_Object *s) | 
| Performs a dynamic cast - doesn't need RTTI -.  More... | |
Protected Types | |
| enum | { _typeID = DTK_TYPE_OBJECT } | 
| enum | { _typeID = DTK_TYPE_SPECIFICATION_INDICATOR } | 
Protected Member Functions | |
| virtual Dtk_Object * | Clone () | 
| Dtk_FCFFeatureIndicator () | |
| Dtk_FCFFeatureIndicator (const Dtk_FCFFeatureIndicator &in) | |
| Dtk_FCFFeatureIndicator (Dtk_FCFFeatureIndicator &&in) DTK_NOEXCEPT | |
| Dtk_FCFFeatureIndicator (Dtk_FCFFeatureIndicatorType inFeatureIndicatorType, Dtk_Text inSymbol, Dtk_Text inDatumFeatureIdentifier) | |
| ~Dtk_FCFFeatureIndicator () | |
| Destructor.  More... | |
Protected Attributes | |
| unsigned long | count_ | 
| Dtk_Handle * | m_Private | 
This is the Feature Indicator.
 It is part of the Dtk_ToleranceSpecification.
 It's basically composed of a type, a symbol and a Datum feature identifier. 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  static | 
Calls default constructor to allocate a new object.
      
  | 
  static | 
Calls copy constructor to allocate a new object.
| in | Object to copy from. | 
      
  | 
  static | 
Calls move constructor to allocate a new object.
| in | Object to move from. | 
      
  | 
  static | 
Calls full featured constructor to allocate a new object.
| inFeatureIndicatorType | The FeatureIndicator Type. | 
| inSymbol | The FeatureIndicator symbol. | 
| inDatumFeatureIdentifier | The FeatureIndicator Datum feature identifier. | 
      
  | 
  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_ErrorStatus Dtk_FCFFeatureIndicator::Explode | ( | Dtk_CompositeText & | outText, | 
| Dtk_tab< Dtk_CurvePtr > & | outGeomsArray | ||
| ) | const | 
Explodes the Dtk_FCFFeatureIndicator into Dtk_CompositeText and geometrical elements - used for Dtk_Symbol conversion only -.
| outText | Resulting composite text | 
| outGeomsArray | Resulting geometrical elements | 
| Dtk_ErrorStatus Dtk_FCFFeatureIndicator::GetAnchorPoints | ( | Dtk_pnt(&) | outTabPnts[DTK_NB_ANCHOR_TYPES] | ) | const | 
Processes all the Dtk_FCFFeatureIndicator anchor points.
| outTabPnts | The resulting anchor point array. | 
| inOffSet | - internal use only -. | 
| const Dtk_Text& Dtk_FCFFeatureIndicator::GetDatumFeatureIdentifier | ( | ) | const | 
Retrieves the DatumFeature Identifier of the Dtk_FCFFeatureIndicator - Read Only -.
| const Dtk_FCFFeatureIndicatorType& Dtk_FCFFeatureIndicator::GetFeatureIndicatorType | ( | ) | const | 
Retrieves the Full Type of the Dtk_FCFFeatureIndicator - Read Only -.
| Dtk_Oriented2dBBox Dtk_FCFFeatureIndicator::GetOuterBoundingBox | ( | ) | const | 
Retrieves the Dtk_FCFFeatureIndicator Outer Bounding Box.
      
  | 
  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.
| const Dtk_Text& Dtk_FCFFeatureIndicator::GetSymbol | ( | ) | const | 
Retrieves the Symbol of the Dtk_FCFFeatureIndicator - Read Only -.
| Dtk_FCFFeatureIndicator& Dtk_FCFFeatureIndicator::operator= | ( | const Dtk_FCFFeatureIndicator & | in | ) | 
Copy assignment operator.
| in | Object to copy from. | 
| Dtk_FCFFeatureIndicator& Dtk_FCFFeatureIndicator::operator= | ( | Dtk_FCFFeatureIndicator && | in | ) | 
Move assignment operator.
| in | Object to move from. | 
| Dtk_ErrorStatus Dtk_FCFFeatureIndicator::SetAnchorPoint | ( | const Dtk_pnt & | inNewLocation, | 
| const Dtk_anchor_type & | inLocationAnchorType | ||
| ) | 
Sets the Dtk_FCFFeatureIndicator anchor point.
| inNewLocation | The new location point. | 
| inLocationAnchorType | The anchor type related to the new location. | 
| Dtk_ErrorStatus Dtk_FCFFeatureIndicator::Transform | ( | const Dtk_transfo & | inTransfo | ) | 
Transforms the Dtk_FCFFeatureIndicator giving a transformation matrix.
| inTranslationDir | The transformation matrix. | 
| Dtk_ErrorStatus Dtk_FCFFeatureIndicator::Translate | ( | const Dtk_dir & | inTranslationDir | ) | 
Translates the Dtk_FCFFeatureIndicator giving a translation vector.
| inTranslationDir | The translation vector. | 
      
  | 
  protectedinherited | 
      
  | 
  protected |