// 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 _StepFEA_NodeRepresentation_HeaderFile #define _StepFEA_NodeRepresentation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_NodeRepresentation_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaModel_HeaderFile #include #endif #ifndef _StepRepr_Representation_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepRepr_HArray1OfRepresentationItem_HeaderFile #include #endif #ifndef _Handle_StepRepr_RepresentationContext_HeaderFile #include #endif class StepFEA_FeaModel; class TCollection_HAsciiString; class StepRepr_HArray1OfRepresentationItem; class StepRepr_RepresentationContext; //! Representation of STEP entity NodeRepresentation
class StepFEA_NodeRepresentation : public StepRepr_Representation { public: //! Empty constructor
Standard_EXPORT StepFEA_NodeRepresentation(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentation_Name,const Handle(StepRepr_HArray1OfRepresentationItem)& aRepresentation_Items,const Handle(StepRepr_RepresentationContext)& aRepresentation_ContextOfItems,const Handle(StepFEA_FeaModel)& aModelRef) ; //! Returns field ModelRef
Standard_EXPORT Handle_StepFEA_FeaModel ModelRef() const; //! Set field ModelRef
Standard_EXPORT void SetModelRef(const Handle(StepFEA_FeaModel)& ModelRef) ; DEFINE_STANDARD_RTTI(StepFEA_NodeRepresentation) protected: private: Handle_StepFEA_FeaModel theModelRef; }; // other Inline functions and methods (like "C++: function call" methods) #endif