// 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 _MAT_ListOfEdge_HeaderFile #define _MAT_ListOfEdge_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MAT_ListOfEdge_HeaderFile #include #endif #ifndef _Handle_MAT_TListNodeOfListOfEdge_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Handle_MAT_Edge_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class MAT_TListNodeOfListOfEdge; class MAT_Edge; class MAT_ListOfEdge : public MMgt_TShared { public: Standard_EXPORT MAT_ListOfEdge(); Standard_EXPORT void First() ; Standard_EXPORT void Last() ; Standard_EXPORT void Init(const Handle(MAT_Edge)& aniten) ; Standard_EXPORT void Next() ; Standard_EXPORT void Previous() ; Standard_EXPORT Standard_Boolean More() const; Standard_EXPORT Handle_MAT_Edge Current() const; Standard_EXPORT void Current(const Handle(MAT_Edge)& anitem) const; Standard_EXPORT Handle_MAT_Edge FirstItem() const; Standard_EXPORT Handle_MAT_Edge LastItem() const; Standard_EXPORT Handle_MAT_Edge PreviousItem() const; Standard_EXPORT Handle_MAT_Edge NextItem() const; Standard_Integer Number() const; Standard_Integer Index() const; Standard_EXPORT Handle_MAT_Edge Brackets(const Standard_Integer anindex) ; Handle_MAT_Edge operator()(const Standard_Integer anindex) { return Brackets(anindex); } Standard_EXPORT void Unlink() ; Standard_EXPORT void LinkBefore(const Handle(MAT_Edge)& anitem) ; Standard_EXPORT void LinkAfter(const Handle(MAT_Edge)& anitem) ; Standard_EXPORT void FrontAdd(const Handle(MAT_Edge)& anitem) ; Standard_EXPORT void BackAdd(const Handle(MAT_Edge)& anitem) ; Standard_EXPORT void Permute() ; Standard_EXPORT void Loop() const; Standard_EXPORT Standard_Boolean IsEmpty() const; Standard_EXPORT void Dump(const Standard_Integer ashift,const Standard_Integer alevel) ; DEFINE_STANDARD_RTTI(MAT_ListOfEdge) protected: private: Handle_MAT_TListNodeOfListOfEdge thefirstnode; Handle_MAT_TListNodeOfListOfEdge thelastnode; Handle_MAT_TListNodeOfListOfEdge thecurrentnode; Standard_Integer thecurrentindex; Standard_Integer thenumberofitems; }; #define Item Handle_MAT_Edge #define Item_hxx #define MAT_TListNode MAT_TListNodeOfListOfEdge #define MAT_TListNode_hxx #define Handle_MAT_TListNode Handle_MAT_TListNodeOfListOfEdge #define MAT_TListNode_Type_() MAT_TListNodeOfListOfEdge_Type_() #define MAT_TList MAT_ListOfEdge #define MAT_TList_hxx #define Handle_MAT_TList Handle_MAT_ListOfEdge #define MAT_TList_Type_() MAT_ListOfEdge_Type_() #include #undef Item #undef Item_hxx #undef MAT_TListNode #undef MAT_TListNode_hxx #undef Handle_MAT_TListNode #undef MAT_TListNode_Type_ #undef MAT_TList #undef MAT_TList_hxx #undef Handle_MAT_TList #undef MAT_TList_Type_ // other Inline functions and methods (like "C++: function call" methods) #endif