// 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_OrientedPath_HeaderFile #define _StepShape_OrientedPath_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_OrientedPath_HeaderFile #include #endif #ifndef _Handle_StepShape_EdgeLoop_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _StepShape_Path_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepShape_HArray1OfOrientedEdge_HeaderFile #include #endif #ifndef _Handle_StepShape_OrientedEdge_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class StepShape_EdgeLoop; class TCollection_HAsciiString; class StepShape_HArray1OfOrientedEdge; class StepShape_OrientedEdge; class StepShape_OrientedPath : public StepShape_Path { public: //! Returns a OrientedPath
Standard_EXPORT StepShape_OrientedPath(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepShape_HArray1OfOrientedEdge)& aEdgeList) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepShape_EdgeLoop)& aPathElement,const Standard_Boolean aOrientation) ; Standard_EXPORT void SetPathElement(const Handle(StepShape_EdgeLoop)& aPathElement) ; Standard_EXPORT Handle_StepShape_EdgeLoop PathElement() const; Standard_EXPORT void SetOrientation(const Standard_Boolean aOrientation) ; Standard_EXPORT Standard_Boolean Orientation() const; Standard_EXPORT virtual void SetEdgeList(const Handle(StepShape_HArray1OfOrientedEdge)& aEdgeList) ; Standard_EXPORT virtual Handle_StepShape_HArray1OfOrientedEdge EdgeList() const; Standard_EXPORT virtual Handle_StepShape_OrientedEdge EdgeListValue(const Standard_Integer num) const; Standard_EXPORT virtual Standard_Integer NbEdgeList() const; DEFINE_STANDARD_RTTI(StepShape_OrientedPath) protected: private: Handle_StepShape_EdgeLoop pathElement; Standard_Boolean orientation; }; // other Inline functions and methods (like "C++: function call" methods) #endif