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

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