#include <BOP_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 | BOP_SolidClassifier () |
Empty Constructor . | |
Standard_EXPORT void | Clear () |
Clear internal state . | |
Standard_EXPORT void | LoadSolid (const TopoDS_Solid &aS) |
Modifier . | |
Standard_EXPORT TopAbs_State | Classify (const TopoDS_Solid &aS, const gp_Pnt &aP, const Standard_Real aTol) |
Compute the position of point | |
Standard_EXPORT void | LoadShell (const TopoDS_Shell &S) |
Modifier . | |
Standard_EXPORT TopAbs_State | Classify (const TopoDS_Shell &aS, const gp_Pnt &aP, const Standard_Real aTol) |
Compute the position of point | |
Standard_EXPORT TopAbs_State | State () const |
Returns computed 3D-State . | |
Standard_EXPORT void | Destroy () |
Destructor . | |
virtual Standard_EXPORT | ~BOP_SolidClassifier () |
Private Attributes | |
BOP_PSoClassif | myPClassifier |
BOP_IndexedDataMapOfSolidClassifier | myClassifierMap |
TopAbs_State | myState |
TopoDS_Shell | myShell |
TopoDS_Solid | mySolid |
BRep_Builder | myBuilder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|