// 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 _Extrema_LocateExtCC2d_HeaderFile #define _Extrema_LocateExtCC2d_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Extrema_POnCurv2d_HeaderFile #include #endif #ifndef _Handle_Extrema_LCCache2dOfLocateExtCC2d_HeaderFile #include #endif class Standard_DomainError; class StdFail_NotDone; class Adaptor2d_Curve2d; class Extrema_Curve2dTool; class Extrema_LCCache2dOfLocateExtCC2d; class Extrema_ELCC2dOfLocateExtCC2d; class Extrema_CCFOfELCC2dOfLocateExtCC2d; class Extrema_LocECC2dOfLocateExtCC2d; class Extrema_CCLocFOfLocECC2dOfLocateExtCC2d; class Extrema_POnCurv2d; class Extrema_LocateExtCC2d { 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 Extrema_LocateExtCC2d(const Adaptor2d_Curve2d& C1,const Adaptor2d_Curve2d& C2,const Standard_Real U0,const Standard_Real V0); Standard_EXPORT Standard_Boolean IsDone() const; Standard_EXPORT Standard_Real SquareDistance() const; Standard_EXPORT void Point(Extrema_POnCurv2d& P1,Extrema_POnCurv2d& P2) const; protected: private: Standard_Boolean myDone; Standard_Real mySqDist; Extrema_POnCurv2d myPoint1; Extrema_POnCurv2d myPoint2; }; // other Inline functions and methods (like "C++: function call" methods) #endif