// 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 _StepRepr_PropertyDefinitionRepresentation_HeaderFile #define _StepRepr_PropertyDefinitionRepresentation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepRepr_PropertyDefinitionRepresentation_HeaderFile #include #endif #ifndef _StepRepr_RepresentedDefinition_HeaderFile #include #endif #ifndef _Handle_StepRepr_Representation_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepRepr_Representation; class StepRepr_RepresentedDefinition; //! Representation of STEP entity PropertyDefinitionRepresentation
class StepRepr_PropertyDefinitionRepresentation : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepRepr_PropertyDefinitionRepresentation(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepRepr_RepresentedDefinition& aDefinition,const Handle(StepRepr_Representation)& aUsedRepresentation) ; //! Returns field Definition
Standard_EXPORT StepRepr_RepresentedDefinition Definition() const; //! Set field Definition
Standard_EXPORT void SetDefinition(const StepRepr_RepresentedDefinition& Definition) ; //! Returns field UsedRepresentation
Standard_EXPORT Handle_StepRepr_Representation UsedRepresentation() const; //! Set field UsedRepresentation
Standard_EXPORT void SetUsedRepresentation(const Handle(StepRepr_Representation)& UsedRepresentation) ; DEFINE_STANDARD_RTTI(StepRepr_PropertyDefinitionRepresentation) protected: private: StepRepr_RepresentedDefinition theDefinition; Handle_StepRepr_Representation theUsedRepresentation; }; // other Inline functions and methods (like "C++: function call" methods) #endif