// 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_Datum_HeaderFile #define _StepDimTol_Datum_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepDimTol_Datum_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 Datum
class StepDimTol_Datum : public StepRepr_ShapeAspect { public: //! Empty constructor
Standard_EXPORT StepDimTol_Datum(); //! 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)& aIdentification) ; //! Returns field Identification
Standard_EXPORT Handle_TCollection_HAsciiString Identification() const; //! Set field Identification
Standard_EXPORT void SetIdentification(const Handle(TCollection_HAsciiString)& Identification) ; DEFINE_STANDARD_RTTI(StepDimTol_Datum) protected: private: Handle_TCollection_HAsciiString theIdentification; }; // other Inline functions and methods (like "C++: function call" methods) #endif