// 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_InteriorPointTool_HeaderFile #define _IntSurf_InteriorPointTool_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 _gp_Vec_HeaderFile #include #endif #ifndef _gp_Dir2d_HeaderFile #include #endif class IntSurf_InteriorPoint; //! This class provides a tool on the "interior point"
//! that can be used to instantiates the Walking
//! algorithmes (see package IntWalk).
class IntSurf_InteriorPointTool { 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_InteriorPoint& PStart) ; //! Returns the parameters which are associated
//! with


//! it's the parameters which start the marching algorithm
static void Value2d(const IntSurf_InteriorPoint& PStart,Standard_Real& U,Standard_Real& V) ; //! returns the tangent at the intersectin in 3d space
//! associated to


static gp_Vec Direction3d(const IntSurf_InteriorPoint& PStart) ; //! returns the tangent at the intersectin in the
//! parametric space of the parametrized surface.This tangent
//! is associated to the value2d
static gp_Dir2d Direction2d(const IntSurf_InteriorPoint& PStart) ; protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif