#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) |
Standard_EXPORT | Image_LookupTable (const Standard_Integer NbBuckets=1) |
Standard_EXPORT Image_LookupTable & | Assign (const Image_LookupTable &Other) |
Image_LookupTable & | operator= (const Image_LookupTable &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~Image_LookupTable () | |
Standard_EXPORT Standard_Boolean | Bind (const Aspect_IndexPixel &K, const Aspect_IndexPixel &I) |
Standard_EXPORT Standard_Boolean | IsBound (const Aspect_IndexPixel &K) const |
Standard_EXPORT Standard_Boolean | UnBind (const Aspect_IndexPixel &K) |
Standard_EXPORT const Aspect_IndexPixel & | Find (const Aspect_IndexPixel &K) const |
const Aspect_IndexPixel & | operator() (const Aspect_IndexPixel &K) const |
Standard_EXPORT Aspect_IndexPixel & | ChangeFind (const Aspect_IndexPixel &K) |
Aspect_IndexPixel & | operator() (const Aspect_IndexPixel &K) |
Private Member Functions | |
Standard_EXPORT | Image_LookupTable (const Image_LookupTable &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|