// 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_MyL2dTanObl_HeaderFile #define _Geom2dGcc_MyL2dTanObl_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _gp_Lin2d_HeaderFile #include #endif #ifndef _GccEnt_Position_HeaderFile #include #endif #ifndef _gp_Pnt2d_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class GccEnt_BadQualifier; class StdFail_NotDone; class GccIter_IsParallel; class Geom2dAdaptor_Curve; class Geom2dGcc_CurveTool; class Geom2dGcc_MyQCurve; class Geom2dGcc_FuncTOblOfMyL2dTanObl; class gp_Lin2d; class gp_Pnt2d; class Geom2dGcc_MyL2dTanObl { 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_MyL2dTanObl(const Geom2dGcc_MyQCurve& Qualified1,const gp_Lin2d& TheLin,const Standard_Real Param1,const Standard_Real TolAng,const Standard_Real Angle = 0); Standard_EXPORT Standard_Boolean IsDone() const; Standard_EXPORT gp_Lin2d ThisSolution() const; Standard_EXPORT void WhichQualifier(GccEnt_Position& Qualif1) const; Standard_EXPORT void Tangency1(Standard_Real& ParSol,Standard_Real& ParArg,gp_Pnt2d& PntSol) const; Standard_EXPORT void Intersection2(Standard_Real& ParSol,Standard_Real& ParArg,gp_Pnt2d& PntSol) const; Standard_EXPORT Standard_Boolean IsParallel2() const; protected: private: Standard_Boolean WellDone; Standard_Boolean Paral2; gp_Lin2d linsol; GccEnt_Position qualifier1; gp_Pnt2d pnttg1sol; gp_Pnt2d pntint2sol; Standard_Real par1sol; Standard_Real par2sol; Standard_Real pararg1; Standard_Real pararg2; }; // other Inline functions and methods (like "C++: function call" methods) #endif