// 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_ElementRepresentation_HeaderFile #define _StepFEA_ElementRepresentation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_ElementRepresentation_HeaderFile #include #endif #ifndef _Handle_StepFEA_HArray1OfNodeRepresentation_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_HArray1OfNodeRepresentation; class TCollection_HAsciiString; class StepRepr_HArray1OfRepresentationItem; class StepRepr_RepresentationContext; //! Representation of STEP entity ElementRepresentation
class StepFEA_ElementRepresentation : public StepRepr_Representation { public: //! Empty constructor
Standard_EXPORT StepFEA_ElementRepresentation(); //! 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_HArray1OfNodeRepresentation)& aNodeList) ; //! Returns field NodeList
Standard_EXPORT Handle_StepFEA_HArray1OfNodeRepresentation NodeList() const; //! Set field NodeList
Standard_EXPORT void SetNodeList(const Handle(StepFEA_HArray1OfNodeRepresentation)& NodeList) ; DEFINE_STANDARD_RTTI(StepFEA_ElementRepresentation) protected: private: Handle_StepFEA_HArray1OfNodeRepresentation theNodeList; }; // other Inline functions and methods (like "C++: function call" methods) #endif