// 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 _TopOpeBRepBuild_GIter_HeaderFile #define _TopOpeBRepBuild_GIter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopAbs_State_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class TopOpeBRepBuild_GTopo; class TopOpeBRepBuild_GIter { 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); } Standard_EXPORT TopOpeBRepBuild_GIter(); Standard_EXPORT TopOpeBRepBuild_GIter(const TopOpeBRepBuild_GTopo& G); Standard_EXPORT void Init() ; Standard_EXPORT void Init(const TopOpeBRepBuild_GTopo& G) ; Standard_EXPORT Standard_Boolean More() const; Standard_EXPORT void Next() ; Standard_EXPORT void Current(TopAbs_State& s1,TopAbs_State& s2) const; Standard_EXPORT void Dump(Standard_OStream& OS) const; protected: private: Standard_EXPORT void Find() ; Standard_Integer myII; Standard_Address mypG; }; // other Inline functions and methods (like "C++: function call" methods) #endif