// 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 _TopOpeBRep_PointGeomTool_HeaderFile #define _TopOpeBRep_PointGeomTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TopOpeBRepDS_Point; class TopOpeBRep_VPointInter; class TopOpeBRep_Point2d; class TopOpeBRep_FaceEdgeIntersector; class TopoDS_Shape; //! Provide services needed by the Fillers
class TopOpeBRep_PointGeomTool { 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 TopOpeBRep_PointGeomTool(); Standard_EXPORT static TopOpeBRepDS_Point MakePoint(const TopOpeBRep_VPointInter& IP) ; Standard_EXPORT static TopOpeBRepDS_Point MakePoint(const TopOpeBRep_Point2d& P2D) ; Standard_EXPORT static TopOpeBRepDS_Point MakePoint(const TopOpeBRep_FaceEdgeIntersector& FEI) ; Standard_EXPORT static TopOpeBRepDS_Point MakePoint(const TopoDS_Shape& S) ; Standard_EXPORT static Standard_Boolean IsEqual(const TopOpeBRepDS_Point& DSP1,const TopOpeBRepDS_Point& DSP2) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif