|
Open CASCADE Technology 6.5.2
|
#include <BRepExtrema_ExtCF.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepExtrema_ExtCF () | |
| BRepExtrema_ExtCF (const TopoDS_Edge &V, const TopoDS_Face &E) | |
| It calculates all the distances. | |
| void | Initialize (const TopoDS_Face &E) |
| void | Perform (const TopoDS_Edge &V, const TopoDS_Face &F) |
| 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. | |
| Standard_Boolean | IsParallel () const |
| Returns True if the curve is on a parallel surface. | |
| Standard_Real | ParameterOnEdge (const Standard_Integer N) const |
| Returns the parameters on the Edge of the <N>th extremum distance. | |
| void | ParameterOnFace (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 | PointOnEdge (const Standard_Integer N) const |
| Returns the Point of the <N>th extremum distance. | |
| gp_Pnt | PointOnFace (const Standard_Integer N) const |
| Returns the Point of the <N>th extremum distance. | |
| BRepExtrema_ExtCF::BRepExtrema_ExtCF | ( | ) | [inline] |
| BRepExtrema_ExtCF::BRepExtrema_ExtCF | ( | const TopoDS_Edge & | V, |
| const TopoDS_Face & | E | ||
| ) |
| void BRepExtrema_ExtCF::Initialize | ( | const TopoDS_Face & | E | ) |
| Standard_Boolean BRepExtrema_ExtCF::IsDone | ( | ) | const [inline] |
| Standard_Boolean BRepExtrema_ExtCF::IsParallel | ( | ) | const [inline] |
| Standard_Integer BRepExtrema_ExtCF::NbExt | ( | ) | const [inline] |
| void BRepExtrema_ExtCF::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepExtrema_ExtCF::operator new | ( | size_t | size | ) | [inline] |
| void* BRepExtrema_ExtCF::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Real BRepExtrema_ExtCF::ParameterOnEdge | ( | const Standard_Integer | N | ) | const [inline] |
| void BRepExtrema_ExtCF::ParameterOnFace | ( | const Standard_Integer | N, |
| Standard_Real & | U, | ||
| Standard_Real & | V | ||
| ) | const [inline] |
| void BRepExtrema_ExtCF::Perform | ( | const TopoDS_Edge & | V, |
| const TopoDS_Face & | F | ||
| ) |
| gp_Pnt BRepExtrema_ExtCF::PointOnEdge | ( | const Standard_Integer | N | ) | const [inline] |
| gp_Pnt BRepExtrema_ExtCF::PointOnFace | ( | const Standard_Integer | N | ) | const [inline] |
| Standard_Real BRepExtrema_ExtCF::SquareDistance | ( | const Standard_Integer | N | ) | const [inline] |
1.7.4