// 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_LocateExtCC_HeaderFile #define _Extrema_LocateExtCC_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_POnCurv_HeaderFile #include #endif #ifndef _Handle_Extrema_LCCacheOfLocateExtCC_HeaderFile #include #endif class Standard_DomainError; class StdFail_NotDone; class Adaptor3d_Curve; class Extrema_CurveTool; class Extrema_LCCacheOfLocateExtCC; class Extrema_ELCCOfLocateExtCC; class Extrema_CCFOfELCCOfLocateExtCC; class Extrema_LocECCOfLocateExtCC; class Extrema_CCLocFOfLocECCOfLocateExtCC; class Extrema_POnCurv; class Extrema_LocateExtCC { 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_LocateExtCC(const Adaptor3d_Curve& C1,const Adaptor3d_Curve& 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_POnCurv& P1,Extrema_POnCurv& P2) const; protected: private: Standard_Boolean myDone; Standard_Real mySqDist; Extrema_POnCurv myPoint1; Extrema_POnCurv myPoint2; }; // other Inline functions and methods (like "C++: function call" methods) #endif