// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepDimTol_DatumTarget_HeaderFile #define _StepDimTol_DatumTarget_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepDimTol_DatumTarget_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _StepRepr_ShapeAspect_HeaderFile #include #endif #ifndef _Handle_StepRepr_ProductDefinitionShape_HeaderFile #include #endif #ifndef _StepData_Logical_HeaderFile #include #endif class TCollection_HAsciiString; class StepRepr_ProductDefinitionShape; //! Representation of STEP entity DatumTarget
class StepDimTol_DatumTarget : public StepRepr_ShapeAspect { public: //! Empty constructor
Standard_EXPORT StepDimTol_DatumTarget(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aShapeAspect_Name,const Handle(TCollection_HAsciiString)& aShapeAspect_Description,const Handle(StepRepr_ProductDefinitionShape)& aShapeAspect_OfShape,const StepData_Logical aShapeAspect_ProductDefinitional,const Handle(TCollection_HAsciiString)& aTargetId) ; //! Returns field TargetId
Standard_EXPORT Handle_TCollection_HAsciiString TargetId() const; //! Set field TargetId
Standard_EXPORT void SetTargetId(const Handle(TCollection_HAsciiString)& TargetId) ; DEFINE_STANDARD_RTTI(StepDimTol_DatumTarget) protected: private: Handle_TCollection_HAsciiString theTargetId; }; // other Inline functions and methods (like "C++: function call" methods) #endif