#include <BOPTools_Pave.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_Pave () |
Empty constructor . | |
Standard_EXPORT | BOPTools_Pave (const Standard_Integer Index, const Standard_Real aParam, const BooleanOperations_KindOfInterference aType=BooleanOperations_UnknownInterference) |
Constructor Index - DS-index of the vertex aParam - value of the parameter of the vertex on an edge aType - the type of interference from which the pave comes from . | |
Standard_EXPORT void | SetParam (const Standard_Real aParam) |
Modifier . | |
Standard_EXPORT void | SetIndex (const Standard_Integer Index) |
Modifier . | |
Standard_EXPORT void | SetType (const BooleanOperations_KindOfInterference aType) |
Modifier . | |
Standard_EXPORT void | SetInterference (const Standard_Integer Index) |
Modifier Sets the index of the interference in corresponding table . | |
Standard_EXPORT Standard_Real | Param () const |
Selector . | |
Standard_EXPORT Standard_Integer | Index () const |
Selector . | |
Standard_EXPORT BooleanOperations_KindOfInterference | Type () const |
Selector . | |
Standard_EXPORT Standard_Integer | Interference () const |
Selector . | |
Standard_EXPORT Standard_Boolean | IsEqual (const BOPTools_Pave &Other) const |
Returns TRUE if <other>==me . | |
Private Attributes | |
Standard_Real | myParam |
Standard_Integer | myIndex |
BooleanOperations_KindOfInterference | myType |
Standard_Integer | myInterf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|