#include <AImage.h>
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.
| int LUTImage::getInLT | ( | int | i | ) | const [inline] |
Definition at line 123 of file AImage.h.
References LookUpTable::get(), and theLookUpTable.
| void LUTImage::setInLT | ( | int | i, | |
| int | v | |||
| ) | [inline] |
Definition at line 119 of file AImage.h.
References LookUpTable::set(), and theLookUpTable.
| void LUTImage::setLookUpTable | ( | const LookUpTable & | t | ) | [inline] |
Definition at line 115 of file AImage.h.
References theLookUpTable.
LookUpTable LUTImage::theLookUpTable [protected] |
Definition at line 129 of file AImage.h.
Referenced by CLUTImage::getBluePixel(), CLUTImage::getGreenPixel(), getInLT(), CLUTImage::getRedPixel(), setInLT(), and setLookUpTable().
1.6.1