// 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 _STEPSelections_AssemblyLink_HeaderFile #define _STEPSelections_AssemblyLink_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_STEPSelections_AssemblyLink_HeaderFile #include #endif #ifndef _Handle_StepRepr_NextAssemblyUsageOccurrence_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_STEPSelections_AssemblyComponent_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepRepr_NextAssemblyUsageOccurrence; class Standard_Transient; class STEPSelections_AssemblyComponent; class STEPSelections_AssemblyLink : public MMgt_TShared { public: Standard_EXPORT STEPSelections_AssemblyLink(); Standard_EXPORT STEPSelections_AssemblyLink(const Handle(StepRepr_NextAssemblyUsageOccurrence)& nauo,const Handle(Standard_Transient)& item,const Handle(STEPSelections_AssemblyComponent)& part); Handle_StepRepr_NextAssemblyUsageOccurrence GetNAUO() const; Handle_Standard_Transient GetItem() const; Handle_STEPSelections_AssemblyComponent GetComponent() const; void SetNAUO(const Handle(StepRepr_NextAssemblyUsageOccurrence)& nauo) ; void SetItem(const Handle(Standard_Transient)& item) ; void SetComponent(const Handle(STEPSelections_AssemblyComponent)& part) ; DEFINE_STANDARD_RTTI(STEPSelections_AssemblyLink) protected: private: Handle_StepRepr_NextAssemblyUsageOccurrence myNAUO; Handle_Standard_Transient myItem; Handle_STEPSelections_AssemblyComponent myComponent; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif