// 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 _HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_HeaderFile #define _HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class HLRBRep_CurveTool; class Extrema_POnCurv2d; class gp_Pnt2d; class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter { 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 Standard_Address& C,const Standard_Integer NbU,Extrema_POnCurv2d& Papp) ; Standard_EXPORT static void Locate(const gp_Pnt2d& P,const Standard_Address& C,const Standard_Integer NbU,const Standard_Real Umin,const Standard_Real Usup,Extrema_POnCurv2d& Papp) ; Standard_EXPORT static void Locate(const Standard_Address& C1,const Standard_Address& 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