|
Open CASCADE Technology 6.5.2
|
class for storing information about an interference
that takes place between given shape and shape
with DS-index =aWith
#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) |
| BOPTools_Interference () | |
| Empty constructor | |
| 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) | |
| void | SetWith (const Standard_Integer aWith) |
| Modifier | |
| void | SetType (const BooleanOperations_KindOfInterference aType) |
| Modifier | |
| void | SetIndex (const Standard_Integer anIndex) |
| Modifier | |
| Standard_Integer | With () const |
| Selector | |
| BooleanOperations_KindOfInterference | Type () const |
| Selector | |
| Standard_Integer | Index () const |
| Selector | |
| BOPTools_Interference::BOPTools_Interference | ( | ) |
| BOPTools_Interference::BOPTools_Interference | ( | const Standard_Integer | aWith, |
| const BooleanOperations_KindOfInterference | aType, | ||
| const Standard_Integer | anIndex | ||
| ) |
| Standard_Integer BOPTools_Interference::Index | ( | ) | const |
| void BOPTools_Interference::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_Interference::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_Interference::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOPTools_Interference::SetIndex | ( | const Standard_Integer | anIndex | ) |
| void BOPTools_Interference::SetType | ( | const BooleanOperations_KindOfInterference | aType | ) |
| void BOPTools_Interference::SetWith | ( | const Standard_Integer | aWith | ) |
| BooleanOperations_KindOfInterference BOPTools_Interference::Type | ( | ) | const |
| Standard_Integer BOPTools_Interference::With | ( | ) | const |
1.7.4