#include <AImage.h>
Inheritance diagram for LUTImage:
Public Member Functions | |
LUTImage () | |
LUTImage (const AImage &i) | |
LUTImage (int w, int h) | |
LUTImage (const LUTImage &li) | |
void | setLookUpTable (const LookUpTable &t) |
void | setInLT (int i, int v) |
int | getInLT (int i) const |
Protected Attributes | |
LookUpTable | theLookUpTable |
Definition at line 101 of file AImage.h.
|
|
|
|
|
|
|
|
|
Definition at line 123 of file AImage.h. References LookUpTable::get(), and theLookUpTable. |
|
Definition at line 119 of file AImage.h. References LookUpTable::set(), and theLookUpTable. |
|
Definition at line 115 of file AImage.h. References theLookUpTable. |
|
Definition at line 129 of file AImage.h. Referenced by CLUTImage::getBluePixel(), CLUTImage::getGreenPixel(), getInLT(), CLUTImage::getRedPixel(), setInLT(), and setLookUpTable(). |