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

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