// 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_ConfigurationEffectivity_HeaderFile #define _StepRepr_ConfigurationEffectivity_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepRepr_ConfigurationEffectivity_HeaderFile #include #endif #ifndef _Handle_StepRepr_ConfigurationDesign_HeaderFile #include #endif #ifndef _StepBasic_ProductDefinitionEffectivity_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepBasic_ProductDefinitionRelationship_HeaderFile #include #endif class StepRepr_ConfigurationDesign; class TCollection_HAsciiString; class StepBasic_ProductDefinitionRelationship; //! Representation of STEP entity ConfigurationEffectivity
class StepRepr_ConfigurationEffectivity : public StepBasic_ProductDefinitionEffectivity { public: //! Empty constructor
Standard_EXPORT StepRepr_ConfigurationEffectivity(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aEffectivity_Id,const Handle(StepBasic_ProductDefinitionRelationship)& aProductDefinitionEffectivity_Usage,const Handle(StepRepr_ConfigurationDesign)& aConfiguration) ; //! Returns field Configuration
Standard_EXPORT Handle_StepRepr_ConfigurationDesign Configuration() const; //! Set field Configuration
Standard_EXPORT void SetConfiguration(const Handle(StepRepr_ConfigurationDesign)& Configuration) ; DEFINE_STANDARD_RTTI(StepRepr_ConfigurationEffectivity) protected: private: Handle_StepRepr_ConfigurationDesign theConfiguration; }; // other Inline functions and methods (like "C++: function call" methods) #endif