// 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 _LocOpe_FindEdgesInFace_HeaderFile #define _LocOpe_FindEdgesInFace_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _TopoDS_Face_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _TopTools_ListIteratorOfListOfShape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Standard_ConstructionError; class Standard_NoSuchObject; class Standard_NoMoreObject; class TopoDS_Shape; class TopoDS_Face; class TopoDS_Edge; class LocOpe_FindEdgesInFace { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } LocOpe_FindEdgesInFace(); LocOpe_FindEdgesInFace(const TopoDS_Shape& S,const TopoDS_Face& F); Standard_EXPORT void Set(const TopoDS_Shape& S,const TopoDS_Face& F) ; void Init() ; Standard_Boolean More() const; const TopoDS_Edge& Edge() const; void Next() ; protected: private: TopoDS_Shape myShape; TopoDS_Face myFace; TopTools_ListOfShape myList; TopTools_ListIteratorOfListOfShape myIt; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif