GRLUTImage Member List
This is the complete list of members for
GRLUTImage, including all inherited members.
| AImage() | AImage | [inline] |
| AImage(int w, int h) | AImage | [inline] |
| AImage(const string &in_file_name) | AImage | [inline] |
| AImage(const AImage &i) | AImage | [inline] |
| AImage(const AImage &image, int tlx, int tly, int brx, int bry, bool zero_pading) | AImage | [inline] |
| getHeight() const | AImage | [inline] |
| getInLT(int i) const | LUTImage | [inline] |
| getPixel(int i, int j) const | GRLUTImage | [virtual] |
| getPixel(int n) const | GRLUTImage | [virtual] |
| getSize() const | AImage | [inline] |
| getType() const | GRImage | [inline, virtual] |
| getWidth() const | AImage | [inline] |
| GRImage() | GRImage | [inline] |
| GRImage(int w, int h) | GRImage | [inline] |
| GRImage(const string &in_file_name) | GRImage | |
| GRImage(const GRImage &image) | GRImage | |
| GRImage(const GRImage &, int, int, int, int, bool) | GRImage | |
| GRLUTImage(const GRLUTImage &li) | GRLUTImage | [inline] |
| GRLUTImage() | GRLUTImage | [inline] |
| GRLUTImage(const GRImage &i) | GRLUTImage | [inline] |
| GRLUTImage(int w, int h) | GRLUTImage | [inline] |
| GRImage::GRLUTImage class | GRImage | [friend] |
| height | AImage | [protected] |
| image_string | GRImage | [protected] |
| LUTImage() | LUTImage | [inline] |
| LUTImage(const AImage &i) | LUTImage | [inline] |
| LUTImage(int w, int h) | LUTImage | [inline] |
| LUTImage(const LUTImage &li) | LUTImage | [inline] |
| operator<<(ostream &o, const GRLUTImage &i) | GRLUTImage | [friend] |
| operator=(const GRImage &) | GRImage | |
| printOn(ostream &) const | GRLUTImage | [private] |
| printOnBW(ostream &) const | GRImage | [protected, virtual] |
| printOnPGM(ostream &out) const | GRImage | [protected, virtual] |
| readFromBW(istream &in) | GRImage | [protected] |
| readFromPGM(istream &in) | GRImage | [protected] |
| saveTo(const string &file_name) | GRImage | [virtual] |
| setInLT(int i, int v) | LUTImage | [inline] |
| setLookUpTable(const LookUpTable &t) | LUTImage | [inline] |
| setPixel(int i, int j, int v) | GRImage | |
| setPixel(int n, int v) | GRImage | |
| setPixelCliped(int n, int v) | GRImage | |
| setPixelCliped(int i, int j, int v) | GRImage | |
| size | AImage | [protected] |
| theLookUpTable | LUTImage | [protected] |
| width | AImage | [protected] |
| ~GRImage() | GRImage | |