Open CASCADE Technology
6.5.4
|
Provides Constructors.
#include <BRepClass_FaceClassifier.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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_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::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 | ||
) |