// 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 _IntPatch_Polygo_HeaderFile #define _IntPatch_Polygo_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Bnd_Box2d; class gp_Pnt2d; class IntPatch_Polygo { 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 virtual void Delete() ; Standard_EXPORT virtual ~IntPatch_Polygo(){Delete() ; } Standard_EXPORT virtual const Bnd_Box2d& Bounding() const = 0; Standard_EXPORT virtual Standard_Real Error() const = 0; Standard_EXPORT virtual Standard_Boolean Closed() const = 0; Standard_EXPORT virtual Standard_Integer NbPoints() const = 0; Standard_EXPORT virtual gp_Pnt2d Point(const Standard_Integer Index) const = 0; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif