// 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 _Geom2dInt_TheProjPCurOfGInter_HeaderFile #define _Geom2dInt_TheProjPCurOfGInter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Adaptor2d_Curve2d; class Geom2dInt_Geom2dCurveTool; class Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter; class Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter; class Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter; class gp_Pnt2d; class Geom2dInt_TheProjPCurOfGInter { 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 static Standard_Real FindParameter(const Adaptor2d_Curve2d& C,const gp_Pnt2d& Pnt,const Standard_Real Tol) ; Standard_EXPORT static Standard_Real FindParameter(const Adaptor2d_Curve2d& C,const gp_Pnt2d& Pnt,const Standard_Real LowParameter,const Standard_Real HighParameter,const Standard_Real Tol) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif