It calculates all the extremum (minimum and
maximum) distances between a point and a linear
extrusion surface.
#include <Extrema_ExtPExtS.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | Extrema_ExtPExtS () |
| | Extrema_ExtPExtS (const gp_Pnt &P, const Adaptor3d_SurfaceOfLinearExtrusion &S, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real Vmin, const Standard_Real Vsup, const Standard_Real TolU, const Standard_Real TolV) |
| | It calculates all the distances between a point
from gp and a Surface.
|
| | Extrema_ExtPExtS (const gp_Pnt &P, const Adaptor3d_SurfaceOfLinearExtrusion &S, const Standard_Real TolU, const Standard_Real TolV) |
| | It calculates all the distances between a point
from gp and a Surface.
|
| void | Initialize (const Adaptor3d_SurfaceOfLinearExtrusion &S, const Standard_Real Uinf, const Standard_Real Usup, const Standard_Real Vinf, const Standard_Real Vsup, const Standard_Real TolU, const Standard_Real TolV) |
| | Initializes the fields of the algorithm.
|
| void | Perform (const gp_Pnt &P) |
| Standard_Boolean | IsDone () const |
| | Returns True if the distances are found.
|
| Standard_Integer | NbExt () const |
| | Returns the number of extremum distances.
|
| Standard_Real | SquareDistance (const Standard_Integer N) const |
| | Returns the value of the Nth resulting square distance.
|
| Extrema_POnSurf | Point (const Standard_Integer N) const |
| | Returns the point of the Nth resulting distance.
|
Constructor & Destructor Documentation
| Extrema_ExtPExtS::Extrema_ExtPExtS |
( |
| ) |
|
Member Function Documentation
| void Extrema_ExtPExtS::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* Extrema_ExtPExtS::operator new |
( |
size_t |
size | ) |
[inline] |
| void* Extrema_ExtPExtS::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void Extrema_ExtPExtS::Perform |
( |
const gp_Pnt & |
P | ) |
|
The documentation for this class was generated from the following file: