#include <TopOpeBRepTool_SolidClassifier.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopOpeBRepTool_SolidClassifier () |
Standard_EXPORT void | Clear () |
Standard_EXPORT void | Destroy () |
Standard_EXPORT | ~TopOpeBRepTool_SolidClassifier () |
Standard_EXPORT void | LoadSolid (const TopoDS_Solid &S) |
Standard_EXPORT TopAbs_State | Classify (const TopoDS_Solid &S, const gp_Pnt &P, const Standard_Real Tol) |
compute the position of point | |
Standard_EXPORT void | LoadShell (const TopoDS_Shell &S) |
Standard_EXPORT TopAbs_State | Classify (const TopoDS_Shell &S, const gp_Pnt &P, const Standard_Real Tol) |
compute the position of point | |
Standard_EXPORT TopAbs_State | State () const |
Private Attributes | |
TopOpeBRepTool_PSoClassif | myPClassifier |
TopOpeBRepTool_IndexedDataMapOfShapeAddress | myShapeClassifierMap |
TopAbs_State | myState |
TopoDS_Shell | myShell |
TopoDS_Solid | mySolid |
BRep_Builder | myBuilder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|