// 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 _GeomInt_TheImpPrmSvSurfacesOfWLApprox_HeaderFile #define _GeomInt_TheImpPrmSvSurfacesOfWLApprox_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_Pnt2d_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _gp_Vec2d_HeaderFile #include #endif #ifndef _gp_Vec_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_HeaderFile #include #endif #ifndef _ApproxInt_SvSurfaces_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HSurface_HeaderFile #include #endif #ifndef _Handle_IntPatch_WLine_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Adaptor3d_HSurface; class Adaptor3d_HSurfaceTool; class IntSurf_Quadric; class IntSurf_QuadricTool; class IntPatch_WLine; class GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox; class gp_Pnt; class gp_Vec; class gp_Vec2d; class GeomInt_TheImpPrmSvSurfacesOfWLApprox : public ApproxInt_SvSurfaces { 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 GeomInt_TheImpPrmSvSurfacesOfWLApprox(const Handle(Adaptor3d_HSurface)& Surf1,const IntSurf_Quadric& Surf2); Standard_EXPORT GeomInt_TheImpPrmSvSurfacesOfWLApprox(const IntSurf_Quadric& Surf1,const Handle(Adaptor3d_HSurface)& Surf2); Standard_EXPORT Standard_Boolean Compute(Standard_Real& u1,Standard_Real& v1,Standard_Real& u2,Standard_Real& v2,gp_Pnt& Pt,gp_Vec& Tg,gp_Vec2d& Tguv1,gp_Vec2d& Tguv2) ; Standard_EXPORT void Pnt(const Standard_Real u1,const Standard_Real v1,const Standard_Real u2,const Standard_Real v2,gp_Pnt& P) ; Standard_EXPORT Standard_Boolean Tangency(const Standard_Real u1,const Standard_Real v1,const Standard_Real u2,const Standard_Real v2,gp_Vec& Tg) ; Standard_EXPORT Standard_Boolean TangencyOnSurf1(const Standard_Real u1,const Standard_Real v1,const Standard_Real u2,const Standard_Real v2,gp_Vec2d& Tg) ; Standard_EXPORT Standard_Boolean TangencyOnSurf2(const Standard_Real u1,const Standard_Real v1,const Standard_Real u2,const Standard_Real v2,gp_Vec2d& Tg) ; protected: private: gp_Pnt2d MyParOnS1; gp_Pnt2d MyParOnS2; gp_Pnt MyPnt; gp_Vec2d MyTguv1; gp_Vec2d MyTguv2; gp_Vec MyTg; Standard_Boolean MyIsTangent; Standard_Boolean MyHasBeenComputed; gp_Pnt2d MyParOnS1bis; gp_Pnt2d MyParOnS2bis; gp_Pnt MyPntbis; gp_Vec2d MyTguv1bis; gp_Vec2d MyTguv2bis; gp_Vec MyTgbis; Standard_Boolean MyIsTangentbis; Standard_Boolean MyHasBeenComputedbis; Standard_Boolean MyImplicitFirst; GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox MyZerImpFunc; }; // other Inline functions and methods (like "C++: function call" methods) #endif