|
Open CASCADE Technology 6.5.2
|
Provides an algorithm to classify a point in a solid.
#include <BRepClass3d_SClassifier.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepClass3d_SClassifier () | |
| Empty constructor. | |
| BRepClass3d_SClassifier (BRepClass3d_SolidExplorer &S, const gp_Pnt &P, const Standard_Real Tol) | |
| Constructor to classify the point P with the tolerance Tol on the solid S. | |
| void | Perform (BRepClass3d_SolidExplorer &S, const gp_Pnt &P, const Standard_Real Tol) |
| Classify the point P with the tolerance Tol on the solid S. | |
| void | PerformInfinitePoint (BRepClass3d_SolidExplorer &S, const Standard_Real Tol) |
| Classify an infinite point with the tolerance Tol on the solid S. | |
| Standard_Boolean | Rejected () const |
| Returns True if the classification has been computed by rejection. The State is then OUT. | |
| TopAbs_State | State () const |
| Returns the result of the classification. | |
| Standard_Boolean | IsOnAFace () const |
| Returns True when the point is a point of a face. | |
| TopoDS_Face | Face () const |
| Returns the face used to determine the classification. When the state is ON, this is the face containing the point. When Rejected() returns True, Face() has no signification. | |
Protected Member Functions | |
| void | ForceIn () |
| void | ForceOut () |
| BRepClass3d_SClassifier::BRepClass3d_SClassifier | ( | ) |
| BRepClass3d_SClassifier::BRepClass3d_SClassifier | ( | BRepClass3d_SolidExplorer & | S, |
| const gp_Pnt & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| TopoDS_Face BRepClass3d_SClassifier::Face | ( | ) | const |
| void BRepClass3d_SClassifier::ForceIn | ( | ) | [protected] |
| void BRepClass3d_SClassifier::ForceOut | ( | ) | [protected] |
| Standard_Boolean BRepClass3d_SClassifier::IsOnAFace | ( | ) | const |
| void BRepClass3d_SClassifier::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in BRepClass3d_SolidClassifier.
| void* BRepClass3d_SClassifier::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in BRepClass3d_SolidClassifier.
| void* BRepClass3d_SClassifier::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in BRepClass3d_SolidClassifier.
| void BRepClass3d_SClassifier::Perform | ( | BRepClass3d_SolidExplorer & | S, |
| const gp_Pnt & | P, | ||
| const Standard_Real | Tol | ||
| ) |
| void BRepClass3d_SClassifier::PerformInfinitePoint | ( | BRepClass3d_SolidExplorer & | S, |
| const Standard_Real | Tol | ||
| ) |
| Standard_Boolean BRepClass3d_SClassifier::Rejected | ( | ) | const |
| TopAbs_State BRepClass3d_SClassifier::State | ( | ) | const |
1.7.4