#include <Image_ColorPixelDataMap.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Image_ColorPixelDataMap (const Standard_Integer NbBuckets=1) | |
| Image_ColorPixelDataMap & | Assign (const Image_ColorPixelDataMap &Other) |
| Image_ColorPixelDataMap & | operator= (const Image_ColorPixelDataMap &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~Image_ColorPixelDataMap () | |
| Standard_Boolean | Bind (const Aspect_ColorPixel &K, const Standard_Integer &I) |
| Standard_Boolean | IsBound (const Aspect_ColorPixel &K) const |
| Standard_Boolean | UnBind (const Aspect_ColorPixel &K) |
| const Standard_Integer & | Find (const Aspect_ColorPixel &K) const |
| const Standard_Integer & | operator() (const Aspect_ColorPixel &K) const |
| Standard_Integer & | ChangeFind (const Aspect_ColorPixel &K) |
| Standard_Integer & | operator() (const Aspect_ColorPixel &K) |
| Image_ColorPixelDataMap::Image_ColorPixelDataMap | ( | const Standard_Integer | NbBuckets = 1 |
) |
| Image_ColorPixelDataMap::~Image_ColorPixelDataMap | ( | ) | [inline] |
| Image_ColorPixelDataMap& Image_ColorPixelDataMap::Assign | ( | const Image_ColorPixelDataMap & | Other | ) |
| Standard_Boolean Image_ColorPixelDataMap::Bind | ( | const Aspect_ColorPixel & | K, | |
| const Standard_Integer & | I | |||
| ) |
| Standard_Integer& Image_ColorPixelDataMap::ChangeFind | ( | const Aspect_ColorPixel & | K | ) |
| void Image_ColorPixelDataMap::Clear | ( | ) |
| const Standard_Integer& Image_ColorPixelDataMap::Find | ( | const Aspect_ColorPixel & | K | ) | const |
| Standard_Boolean Image_ColorPixelDataMap::IsBound | ( | const Aspect_ColorPixel & | K | ) | const |
| void Image_ColorPixelDataMap::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Image_ColorPixelDataMap::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Image_ColorPixelDataMap::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Standard_Integer& Image_ColorPixelDataMap::operator() | ( | const Aspect_ColorPixel & | K | ) | [inline] |
| const Standard_Integer& Image_ColorPixelDataMap::operator() | ( | const Aspect_ColorPixel & | K | ) | const [inline] |
| Image_ColorPixelDataMap& Image_ColorPixelDataMap::operator= | ( | const Image_ColorPixelDataMap & | Other | ) | [inline] |
| void Image_ColorPixelDataMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean Image_ColorPixelDataMap::UnBind | ( | const Aspect_ColorPixel & | K | ) |
1.6.3