GRImage Member List
This is the complete list of members for
GRImage, 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] |
| getPixel(int i, int j) const | GRImage | [virtual] |
| getPixel(int n) const | GRImage | [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 class | GRImage | [friend] |
| height | AImage | [protected] |
| image_string | GRImage | [protected] |
| operator=(const GRImage &) | GRImage | |
| 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] |
| 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] |
| width | AImage | [protected] |
| ~GRImage() | GRImage | |