|
Open CASCADE Technology 6.5.2
|
#include <BRepAlgo_DataMapOfShapeBoolean.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepAlgo_DataMapOfShapeBoolean (const Standard_Integer NbBuckets=1) | |
| BRepAlgo_DataMapOfShapeBoolean & | Assign (const BRepAlgo_DataMapOfShapeBoolean &Other) |
| BRepAlgo_DataMapOfShapeBoolean & | operator= (const BRepAlgo_DataMapOfShapeBoolean &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~BRepAlgo_DataMapOfShapeBoolean () | |
| Standard_Boolean | Bind (const TopoDS_Shape &K, const Standard_Boolean &I) |
| Standard_Boolean | IsBound (const TopoDS_Shape &K) const |
| Standard_Boolean | UnBind (const TopoDS_Shape &K) |
| const Standard_Boolean & | Find (const TopoDS_Shape &K) const |
| const Standard_Boolean & | operator() (const TopoDS_Shape &K) const |
| Standard_Boolean & | ChangeFind (const TopoDS_Shape &K) |
| Standard_Boolean & | operator() (const TopoDS_Shape &K) |
| Standard_Address | Find1 (const TopoDS_Shape &K) const |
| Standard_Address | ChangeFind1 (const TopoDS_Shape &K) |
| BRepAlgo_DataMapOfShapeBoolean::BRepAlgo_DataMapOfShapeBoolean | ( | const Standard_Integer | NbBuckets = 1 | ) |
| BRepAlgo_DataMapOfShapeBoolean::~BRepAlgo_DataMapOfShapeBoolean | ( | ) | [inline] |
| BRepAlgo_DataMapOfShapeBoolean& BRepAlgo_DataMapOfShapeBoolean::Assign | ( | const BRepAlgo_DataMapOfShapeBoolean & | Other | ) |
| Standard_Boolean BRepAlgo_DataMapOfShapeBoolean::Bind | ( | const TopoDS_Shape & | K, |
| const Standard_Boolean & | I | ||
| ) |
| Standard_Boolean& BRepAlgo_DataMapOfShapeBoolean::ChangeFind | ( | const TopoDS_Shape & | K | ) |
| Standard_Address BRepAlgo_DataMapOfShapeBoolean::ChangeFind1 | ( | const TopoDS_Shape & | K | ) |
| void BRepAlgo_DataMapOfShapeBoolean::Clear | ( | ) |
| const Standard_Boolean& BRepAlgo_DataMapOfShapeBoolean::Find | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Address BRepAlgo_DataMapOfShapeBoolean::Find1 | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Boolean BRepAlgo_DataMapOfShapeBoolean::IsBound | ( | const TopoDS_Shape & | K | ) | const |
| void BRepAlgo_DataMapOfShapeBoolean::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepAlgo_DataMapOfShapeBoolean::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepAlgo_DataMapOfShapeBoolean::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Standard_Boolean& BRepAlgo_DataMapOfShapeBoolean::operator() | ( | const TopoDS_Shape & | K | ) | [inline] |
| const Standard_Boolean& BRepAlgo_DataMapOfShapeBoolean::operator() | ( | const TopoDS_Shape & | K | ) | const [inline] |
| BRepAlgo_DataMapOfShapeBoolean& BRepAlgo_DataMapOfShapeBoolean::operator= | ( | const BRepAlgo_DataMapOfShapeBoolean & | Other | ) | [inline] |
| void BRepAlgo_DataMapOfShapeBoolean::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean BRepAlgo_DataMapOfShapeBoolean::UnBind | ( | const TopoDS_Shape & | K | ) |
1.7.4