// 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_PolygoTool_HeaderFile #define _IntPatch_PolygoTool_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 #ifndef _gp_Pnt2d_HeaderFile #include #endif class Bnd_Box2d; class IntPatch_Polygo; //! Tool an a polygon to instantiates the Interference
//! between 2 polygons.
class IntPatch_PolygoTool { 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); } static const Bnd_Box2d& Bounding(const IntPatch_Polygo& Line) ; static Standard_Real DeflectionOverEstimation(const IntPatch_Polygo& Line) ; static Standard_Boolean Closed(const IntPatch_Polygo& Line) ; static Standard_Integer NbSegments(const IntPatch_Polygo& Line) ; static gp_Pnt2d BeginOfSeg(const IntPatch_Polygo& Line,const Standard_Integer Index) ; static gp_Pnt2d EndOfSeg(const IntPatch_Polygo& Line,const Standard_Integer Index) ; Standard_EXPORT static void Dump(const IntPatch_Polygo& Line) ; protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif