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

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