// 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 _Geom2dGcc_MyCirc2dTanCen_HeaderFile #define _Geom2dGcc_MyCirc2dTanCen_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TColgp_Array1OfCirc2d_HeaderFile #include #endif #ifndef _GccEnt_Array1OfPosition_HeaderFile #include #endif #ifndef _TColgp_Array1OfPnt2d_HeaderFile #include #endif #ifndef _TColStd_Array1OfReal_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _GccEnt_Position_HeaderFile #include #endif class Standard_OutOfRange; class GccEnt_BadQualifier; class StdFail_NotDone; class Geom2dAdaptor_Curve; class Geom2dGcc_CurveTool; class Extrema_ExtPC2d; class Geom2dGcc_MyQCurve; class gp_Pnt2d; class gp_Circ2d; class Geom2dGcc_MyCirc2dTanCen { 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 Geom2dGcc_MyCirc2dTanCen(const Geom2dGcc_MyQCurve& Qualified1,const gp_Pnt2d& Pcenter,const Standard_Real Tolerance); Standard_EXPORT Standard_Boolean IsDone() const; Standard_EXPORT Standard_Integer NbSolutions() const; Standard_EXPORT gp_Circ2d ThisSolution(const Standard_Integer Index) const; Standard_EXPORT void WhichQualifier(const Standard_Integer Index,GccEnt_Position& Qualif1) const; Standard_EXPORT void Tangency1(const Standard_Integer Index,Standard_Real& ParSol,Standard_Real& ParArg,gp_Pnt2d& PntSol) const; protected: private: Standard_Boolean WellDone; Standard_Integer NbrSol; TColgp_Array1OfCirc2d cirsol; GccEnt_Array1OfPosition qualifier1; TColgp_Array1OfPnt2d pnttg1sol; TColStd_Array1OfReal par1sol; TColStd_Array1OfReal pararg1; }; // other Inline functions and methods (like "C++: function call" methods) #endif