// 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 _IntSurf_PathPointTool_HeaderFile #define _IntSurf_PathPointTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _gp_Vec_HeaderFile #include #endif #ifndef _gp_Dir2d_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Standard_OutOfRange; class StdFail_UndefinedDerivative; class IntSurf_PathPoint; class IntSurf_PathPointTool { 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); } //! Returns the 3d coordinates of the starting point.
static gp_Pnt Value3d(const IntSurf_PathPoint& PStart) ; //! Returns the parameters which are associated
//! with


//! it's the parameters which start the marching algorithm
static void Value2d(const IntSurf_PathPoint& PStart,Standard_Real& U,Standard_Real& V) ; //! Returns True if the point is a point on a non-oriented
//! arc, which means that the intersection line does not
//! stop at such a point but just go through such a point.
//! IsPassingPnt is True when IsOnArc is True
static Standard_Boolean IsPassingPnt(const IntSurf_PathPoint& PStart) ; //! Returns True if the surfaces are tangent at this point.
//! IsTangent can be True when IsOnArc is True
//! if IsPassingPnt is True and IsTangent is True,this point
//! is a stopped point.
static Standard_Boolean IsTangent(const IntSurf_PathPoint& PStart) ; //! returns the tangent at the intersection in 3d space
//! associated to


//! an exception is raised if IsTangent is true.
static gp_Vec Direction3d(const IntSurf_PathPoint& PStart) ; //! returns the tangent at the intersection in the
//! parametric space of the parametrized surface.This tangent
//! is associated to the value2d
//! la tangente a un sens signifiant (indique le sens de chemin
//! ement)
//! an exception is raised if IsTangent is true.
static gp_Dir2d Direction2d(const IntSurf_PathPoint& PStart) ; //! Returns the multiplicity of the point i-e
//! the number of auxillar parameters associated to the
//! point which the principal parameters are given by Value2d
static Standard_Integer Multiplicity(const IntSurf_PathPoint& PStart) ; //! Parametric coordinates associated to the multiplicity.
//! An exception is raised if Mult<=0 or Mult>multiplicity.
static void Parameters(const IntSurf_PathPoint& PStart,const Standard_Integer Mult,Standard_Real& U,Standard_Real& V) ; protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif