#include <BRepClass_FaceClassifier.hxx>
Inheritance diagram for BRepClass_FaceClassifier:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepClass_FaceClassifier () |
Empty constructor, undefined algorithm. . | |
Standard_EXPORT | 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>. . | |
Standard_EXPORT | 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>. . | |
Standard_EXPORT 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>. . | |
Standard_EXPORT | 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>. . | |
Standard_EXPORT | 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>. . | |
Standard_EXPORT 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>. . |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from BRepClass_FClassifier. |
|
Reimplemented from BRepClass_FClassifier. |
|
Reimplemented from BRepClass_FClassifier. |
|
|
|
|