|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Extrema_ExtPElS () |
Standard_EXPORT | Extrema_ExtPElS (const gp_Pnt &P, const gp_Cylinder &S, const Standard_Real Tol) |
| It calculates all the distances between a point
and a cylinder from gp.
Tol is used to test if the point is on the axis.
.
|
Standard_EXPORT void | Perform (const gp_Pnt &P, const gp_Cylinder &S, const Standard_Real Tol) |
Standard_EXPORT | Extrema_ExtPElS (const gp_Pnt &P, const gp_Pln &S, const Standard_Real Tol) |
| It calculates all the distances between a point
and a plane from gp.
Tol is used to test if the point is on the plane.
.
|
Standard_EXPORT void | Perform (const gp_Pnt &P, const gp_Pln &S, const Standard_Real Tol) |
Standard_EXPORT | Extrema_ExtPElS (const gp_Pnt &P, const gp_Cone &S, const Standard_Real Tol) |
| It calculates all the distances between a point
and a cone from gp.
Tol is used to test if the point is at the apex or
on the axis.
.
|
Standard_EXPORT void | Perform (const gp_Pnt &P, const gp_Cone &S, const Standard_Real Tol) |
Standard_EXPORT | Extrema_ExtPElS (const gp_Pnt &P, const gp_Torus &S, const Standard_Real Tol) |
| It calculates all the distances between a point
and a torus from gp.
Tol is used to test if the point is on the axis.
.
|
Standard_EXPORT void | Perform (const gp_Pnt &P, const gp_Torus &S, const Standard_Real Tol) |
Standard_EXPORT | Extrema_ExtPElS (const gp_Pnt &P, const gp_Sphere &S, const Standard_Real Tol) |
| It calculates all the distances between a point
and a sphere from gp.
Tol is used to test if the point is at the center.
.
|
Standard_EXPORT void | Perform (const gp_Pnt &P, const gp_Sphere &S, const Standard_Real Tol) |
Standard_EXPORT Standard_Boolean | IsDone () const |
| Returns True if the distances are found.
.
|
Standard_EXPORT Standard_Integer | NbExt () const |
| Returns the number of extremum distances.
.
|
Standard_EXPORT Standard_Real | Value (const Standard_Integer N) const |
| Returns the value of the Nth resulting distance.
.
|
Standard_EXPORT Extrema_POnSurf | Point (const Standard_Integer N) const |
| Returns the point of the Nth resulting distance.
.
|
Private Attributes |
Standard_Boolean | myDone |
Standard_Integer | myNbExt |
Standard_Real | myValue [4] |
Extrema_POnSurf | myPoint [4] |