OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKGeomAlgo
IntCurve


IntCurve_ProjectOnPConicTool Class Reference

This class provides a tool which computes the parameter
of a point near a parametric conic.
.

#include <IntCurve_ProjectOnPConicTool.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_EXPORT Standard_Real FindParameter (const IntCurve_PConic &C, const gp_Pnt2d &Pnt, const Standard_Real Tol)
 Returns the parameter V of the point on the
parametric curve corresponding to the Point Pnt. The
Correspondance between Pnt and the point P(V) on the
parametric curve must be coherent with the way of
determination of the signed distance between a point and
the implicit curve. Tol is the tolerance on the distance
between a point and the parametrised curve. In that case,
no bounds are given. The research of the rigth parameter
has to be made on the natural parametric domain of the
curve.
.
static Standard_EXPORT Standard_Real FindParameter (const IntCurve_PConic &C, const gp_Pnt2d &Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol)
 Returns the parameter V of the point on the
parametric curve corresponding to the Point Pnt. The
Correspondance between Pnt and the point P(V) on the
parametric curve must be coherent with the way of
determination of the signed distance between a point and
the implicit curve. Tol is the tolerance on the distance
between a point and the parametrised curve. LowParameter
and HighParameter give the boundaries of the interval in
wich the parameter certainly lies. These parameters are
given to implement a more efficient algoritm. So, it is
not necessary to check that the returned value verifies
LowParameter <= Value <= HighParameter.
.


Member Function Documentation

static Standard_EXPORT Standard_Real IntCurve_ProjectOnPConicTool::FindParameter const IntCurve_PConic C,
const gp_Pnt2d &  Pnt,
const Standard_Real  LowParameter,
const Standard_Real  HighParameter,
const Standard_Real  Tol
[static]
 

static Standard_EXPORT Standard_Real IntCurve_ProjectOnPConicTool::FindParameter const IntCurve_PConic C,
const gp_Pnt2d &  Pnt,
const Standard_Real  Tol
[static]
 

void IntCurve_ProjectOnPConicTool::operator delete void *  anAddress  )  [inline]
 

void* IntCurve_ProjectOnPConicTool::operator new size_t  size  )  [inline]
 

void* IntCurve_ProjectOnPConicTool::operator new size_t  ,
void *  anAddress
[inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:42:10 2008 for OpenCASCADE by  doxygen 1.4.1