// 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 _StepBasic_RoleAssociation_HeaderFile #define _StepBasic_RoleAssociation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepBasic_RoleAssociation_HeaderFile #include #endif #ifndef _Handle_StepBasic_ObjectRole_HeaderFile #include #endif #ifndef _StepBasic_RoleSelect_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepBasic_ObjectRole; class StepBasic_RoleSelect; //! Representation of STEP entity RoleAssociation
class StepBasic_RoleAssociation : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepBasic_RoleAssociation(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepBasic_ObjectRole)& aRole,const StepBasic_RoleSelect& aItemWithRole) ; //! Returns field Role
Standard_EXPORT Handle_StepBasic_ObjectRole Role() const; //! Set field Role
Standard_EXPORT void SetRole(const Handle(StepBasic_ObjectRole)& Role) ; //! Returns field ItemWithRole
Standard_EXPORT StepBasic_RoleSelect ItemWithRole() const; //! Set field ItemWithRole
Standard_EXPORT void SetItemWithRole(const StepBasic_RoleSelect& ItemWithRole) ; DEFINE_STANDARD_RTTI(StepBasic_RoleAssociation) protected: private: Handle_StepBasic_ObjectRole theRole; StepBasic_RoleSelect theItemWithRole; }; // other Inline functions and methods (like "C++: function call" methods) #endif