#include <BRepClass3d_SolidClassifier.hxx>
Inheritance diagram for BRepClass3d_SolidClassifier:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepClass3d_SolidClassifier () |
empty constructor | |
Standard_EXPORT void | Load (const TopoDS_Shape &S) |
Standard_EXPORT | BRepClass3d_SolidClassifier (const TopoDS_Shape &S) |
Constructor from a Shape. . | |
Standard_EXPORT | BRepClass3d_SolidClassifier (const TopoDS_Shape &S, const gp_Pnt &P, const Standard_Real Tol) |
Constructor to classify the point P with the tolerance Tol on the solid S. . | |
Standard_EXPORT void | Perform (const gp_Pnt &P, const Standard_Real Tol) |
Classify the point P with the tolerance Tol on the solid S. . | |
Standard_EXPORT void | PerformInfinitePoint (const Standard_Real Tol) |
Classify an infinite point with the tolerance Tol on the solid S. Useful for compute the orientation of a solid. . | |
Standard_EXPORT void | Destroy () |
~BRepClass3d_SolidClassifier () | |
Private Attributes | |
Standard_Boolean | aSolidLoaded |
BRepClass3d_SolidExplorer | explorer |
Standard_Boolean | isaholeinspace |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from BRepClass3d_SClassifier. |
|
Reimplemented from BRepClass3d_SClassifier. |
|
Reimplemented from BRepClass3d_SClassifier. |
|
|
|
|
|
|
|
|
|
|