|
Open CASCADE Technology 6.5.2
|
Provides Constructors.
#include <BRepClass_FaceClassifier.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepClass_FaceClassifier () | |
| Empty constructor, undefined algorithm. | |
| BRepClass_FaceClassifier (BRepClass_FaceExplorer &F, const gp_Pnt2d &P, const Standard_Real Tol) | |
| Creates an algorithm to classify the Point P with Tolerance <T> on the face described by <F>. | |
| BRepClass_FaceClassifier (const TopoDS_Face &F, const gp_Pnt2d &P, const Standard_Real Tol) | |
| Creates an algorithm to classify the Point P with Tolerance <T> on the face <F>. | |
| void | Perform (const TopoDS_Face &F, const gp_Pnt2d &P, const Standard_Real Tol) |
| Classify the Point P with Tolerance <T> on the face described by <F>. | |
| BRepClass_FaceClassifier (BRepClass_FaceExplorer &F, const gp_Pnt &P, const Standard_Real Tol) | |
| Creates an algorithm to classify the Point P with Tolerance <T> on the face described by <F>. | |
| BRepClass_FaceClassifier (const TopoDS_Face &F, const gp_Pnt &P, const Standard_Real Tol) | |
| Creates an algorithm to classify the Point P with Tolerance <T> on the face <F>. | |
| void | Perform (const TopoDS_Face &F, const gp_Pnt &P, const Standard_Real Tol) |
| Classify the Point P with Tolerance <T> on the face described by <F>. | |
| BRepClass_FaceClassifier::BRepClass_FaceClassifier | ( | ) |
| BRepClass_FaceClassifier::BRepClass_FaceClassifier | ( | BRepClass_FaceExplorer & | F, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| BRepClass_FaceClassifier::BRepClass_FaceClassifier | ( | const TopoDS_Face & | F, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| BRepClass_FaceClassifier::BRepClass_FaceClassifier | ( | BRepClass_FaceExplorer & | F, |
| const gp_Pnt & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| BRepClass_FaceClassifier::BRepClass_FaceClassifier | ( | const TopoDS_Face & | F, |
| const gp_Pnt & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| void BRepClass_FaceClassifier::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepClass_FClassifier.
| void* BRepClass_FaceClassifier::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepClass_FClassifier.
| void* BRepClass_FaceClassifier::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepClass_FClassifier.
| void BRepClass_FaceClassifier::Perform | ( | const TopoDS_Face & | F, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| void BRepClass_FaceClassifier::Perform | ( | const TopoDS_Face & | F, |
| const gp_Pnt & | P, | ||
| const Standard_Real | Tol | ||
| ) |
1.7.4