|
Open CASCADE Technology 6.5.2
|
#include <BRepClass_FClassifier.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepClass_FClassifier () | |
| BRepClass_FClassifier (BRepClass_FaceExplorer &F, const gp_Pnt2d &P, const Standard_Real Tol) | |
| void | Perform (BRepClass_FaceExplorer &F, const gp_Pnt2d &P, const Standard_Real Tol) |
| TopAbs_State | State () const |
| Standard_Boolean | Rejected () const |
| Standard_Boolean | NoWires () const |
| const BRepClass_Edge & | Edge () const |
| Standard_Real | EdgeParameter () const |
| IntRes2d_Position | Position () const |
Protected Attributes | |
| BRepClass_FClass2dOfFClassifier | myClassifier |
| BRepClass_Edge | myEdge |
| Standard_Real | myEdgeParameter |
| IntRes2d_Position | myPosition |
| Standard_Boolean | rejected |
| Standard_Boolean | nowires |
| BRepClass_FClassifier::BRepClass_FClassifier | ( | ) |
| BRepClass_FClassifier::BRepClass_FClassifier | ( | BRepClass_FaceExplorer & | F, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| const BRepClass_Edge& BRepClass_FClassifier::Edge | ( | ) | const |
| Standard_Real BRepClass_FClassifier::EdgeParameter | ( | ) | const |
| Standard_Boolean BRepClass_FClassifier::NoWires | ( | ) | const |
| void BRepClass_FClassifier::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in BRepClass_FaceClassifier.
| void* BRepClass_FClassifier::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in BRepClass_FaceClassifier.
| void* BRepClass_FClassifier::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in BRepClass_FaceClassifier.
| void BRepClass_FClassifier::Perform | ( | BRepClass_FaceExplorer & | F, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| IntRes2d_Position BRepClass_FClassifier::Position | ( | ) | const |
| Standard_Boolean BRepClass_FClassifier::Rejected | ( | ) | const |
| TopAbs_State BRepClass_FClassifier::State | ( | ) | const |
BRepClass_Edge BRepClass_FClassifier::myEdge [protected] |
Standard_Real BRepClass_FClassifier::myEdgeParameter [protected] |
IntRes2d_Position BRepClass_FClassifier::myPosition [protected] |
Standard_Boolean BRepClass_FClassifier::nowires [protected] |
Standard_Boolean BRepClass_FClassifier::rejected [protected] |
1.7.4