// 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_TheCurveLocatorOfTheProjPCurOfGInter_HeaderFile #define _Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Adaptor2d_Curve2d; class Geom2dInt_Geom2dCurveTool; class Extrema_POnCurv2d; class gp_Pnt2d; class Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter { 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 void Locate(const gp_Pnt2d& P,const Adaptor2d_Curve2d& C,const Standard_Integer NbU,Extrema_POnCurv2d& Papp) ; Standard_EXPORT static void Locate(const gp_Pnt2d& P,const Adaptor2d_Curve2d& C,const Standard_Integer NbU,const Standard_Real Umin,const Standard_Real Usup,Extrema_POnCurv2d& Papp) ; Standard_EXPORT static void Locate(const Adaptor2d_Curve2d& C1,const Adaptor2d_Curve2d& C2,const Standard_Integer NbU,const Standard_Integer NbV,Extrema_POnCurv2d& Papp1,Extrema_POnCurv2d& Papp2) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif