// 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 _StepShape_ConnectedEdgeSet_HeaderFile #define _StepShape_ConnectedEdgeSet_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_ConnectedEdgeSet_HeaderFile #include #endif #ifndef _Handle_StepShape_HArray1OfEdge_HeaderFile #include #endif #ifndef _StepShape_TopologicalRepresentationItem_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepShape_HArray1OfEdge; class TCollection_HAsciiString; //! Representation of STEP entity ConnectedEdgeSet
class StepShape_ConnectedEdgeSet : public StepShape_TopologicalRepresentationItem { public: //! Empty constructor
Standard_EXPORT StepShape_ConnectedEdgeSet(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(StepShape_HArray1OfEdge)& aCesEdges) ; //! Returns field CesEdges
Standard_EXPORT Handle_StepShape_HArray1OfEdge CesEdges() const; //! Set field CesEdges
Standard_EXPORT void SetCesEdges(const Handle(StepShape_HArray1OfEdge)& CesEdges) ; DEFINE_STANDARD_RTTI(StepShape_ConnectedEdgeSet) protected: private: Handle_StepShape_HArray1OfEdge theCesEdges; }; // other Inline functions and methods (like "C++: function call" methods) #endif