#include <BRepExtrema_ExtPF.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepExtrema_ExtPF () | |
| BRepExtrema_ExtPF (const TopoDS_Vertex &V, const TopoDS_Face &E) | |
| It calculates all the distances. | |
| void | Initialize (const TopoDS_Face &E) |
| void | Perform (const TopoDS_Vertex &V, const TopoDS_Face &E) |
| An exception is raised if the fields have not been initialized. Be careful: this method uses the Face only for classify not for the fields. | |
| Standard_Boolean | IsDone () const |
| 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 <N>th extremum square distance. | |
| void | Parameter (const Standard_Integer N, Standard_Real &U, Standard_Real &V) const |
| Returns the parameters on the Face of the <N>th extremum distance. | |
| gp_Pnt | Point (const Standard_Integer N) const |
| Returns the Point of the <N>th extremum distance. | |
| BRepExtrema_ExtPF::BRepExtrema_ExtPF | ( | ) |
| BRepExtrema_ExtPF::BRepExtrema_ExtPF | ( | const TopoDS_Vertex & | V, | |
| const TopoDS_Face & | E | |||
| ) |
| void BRepExtrema_ExtPF::Initialize | ( | const TopoDS_Face & | E | ) |
| Standard_Boolean BRepExtrema_ExtPF::IsDone | ( | ) | const |
| Standard_Integer BRepExtrema_ExtPF::NbExt | ( | ) | const |
| void BRepExtrema_ExtPF::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepExtrema_ExtPF::operator new | ( | size_t | size | ) | [inline] |
| void* BRepExtrema_ExtPF::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
| void BRepExtrema_ExtPF::Parameter | ( | const Standard_Integer | N, | |
| Standard_Real & | U, | |||
| Standard_Real & | V | |||
| ) | const |
| void BRepExtrema_ExtPF::Perform | ( | const TopoDS_Vertex & | V, | |
| const TopoDS_Face & | E | |||
| ) |
| gp_Pnt BRepExtrema_ExtPF::Point | ( | const Standard_Integer | N | ) | const |
| Standard_Real BRepExtrema_ExtPF::SquareDistance | ( | const Standard_Integer | N | ) | const |
1.6.3