Open CASCADE Technology
6.5.4
|
#include <Image_LookupTable.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
DEFINE_STANDARD_ALLOC Image_LookupTable::Image_LookupTable | ( | const Standard_Integer | NbBuckets = 1 | ) |
Image_LookupTable::~Image_LookupTable | ( | ) | [inline] |
Standard_Boolean Image_LookupTable::Bind | ( | const Aspect_IndexPixel & | K, |
const Aspect_IndexPixel & | I | ||
) |
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 |
const Aspect_IndexPixel& Image_LookupTable::operator() | ( | const Aspect_IndexPixel & | K | ) | const [inline] |
Aspect_IndexPixel& Image_LookupTable::operator() | ( | const Aspect_IndexPixel & | K | ) | [inline] |
Image_LookupTable& Image_LookupTable::operator= | ( | const Image_LookupTable & | Other | ) | [inline] |
void Image_LookupTable::ReSize | ( | const Standard_Integer | NbBuckets | ) |