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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Graphic3d_MapOfStructure (const Standard_Integer NbBuckets=1) | |
| Graphic3d_MapOfStructure & | Assign (const Graphic3d_MapOfStructure &Other) |
| Graphic3d_MapOfStructure & | operator= (const Graphic3d_MapOfStructure &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~Graphic3d_MapOfStructure () | |
| Standard_Boolean | Add (const Handle< Graphic3d_Structure > &aKey) |
| Standard_Boolean | Contains (const Handle< Graphic3d_Structure > &aKey) const |
| Standard_Boolean | Remove (const Handle< Graphic3d_Structure > &aKey) |
| Graphic3d_MapOfStructure::Graphic3d_MapOfStructure | ( | const Standard_Integer | NbBuckets = 1 | ) |
| Graphic3d_MapOfStructure::~Graphic3d_MapOfStructure | ( | ) | [inline] |
| Standard_Boolean Graphic3d_MapOfStructure::Add | ( | const Handle< Graphic3d_Structure > & | aKey | ) |
| Graphic3d_MapOfStructure& Graphic3d_MapOfStructure::Assign | ( | const Graphic3d_MapOfStructure & | Other | ) |
| void Graphic3d_MapOfStructure::Clear | ( | ) |
| Standard_Boolean Graphic3d_MapOfStructure::Contains | ( | const Handle< Graphic3d_Structure > & | aKey | ) | const |
| void Graphic3d_MapOfStructure::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Graphic3d_MapOfStructure::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Graphic3d_MapOfStructure::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Graphic3d_MapOfStructure& Graphic3d_MapOfStructure::operator= | ( | const Graphic3d_MapOfStructure & | Other | ) | [inline] |
| Standard_Boolean Graphic3d_MapOfStructure::Remove | ( | const Handle< Graphic3d_Structure > & | aKey | ) |
| void Graphic3d_MapOfStructure::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.7.4