#include <BOPTools_Interference.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_Interference () |
Empty constructor . | |
Standard_EXPORT | BOPTools_Interference (const Standard_Integer aWith, const BooleanOperations_KindOfInterference aType, const Standard_Integer anIndex) |
constructor aWith - DS-index for the opposite shape aType - the type of the interference anIndex- the index of the result in corresponding interference table (if the result is computed but there is no result -> anIndex=0) | |
Standard_EXPORT void | SetWith (const Standard_Integer aWith) |
Modifier . | |
Standard_EXPORT void | SetType (const BooleanOperations_KindOfInterference aType) |
Modifier . | |
Standard_EXPORT void | SetIndex (const Standard_Integer anIndex) |
Modifier . | |
Standard_EXPORT Standard_Integer | With () const |
Selector . | |
Standard_EXPORT BooleanOperations_KindOfInterference | Type () const |
Selector . | |
Standard_EXPORT Standard_Integer | Index () const |
Selector . | |
Private Attributes | |
Standard_Integer | myWith |
BooleanOperations_KindOfInterference | myType |
Standard_Integer | myIndex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|