| adjustIntensity(void) | iptk::Image | |
| getBlue(const gutk::Point &p) | iptk::Image | |
| getBlue(int n, int m) | iptk::Image | |
| getDepth(void) | iptk::Image | |
| getGreen(const gutk::Point &p) | iptk::Image | |
| getGreen(int n, int m) | iptk::Image | |
| getHistogram(ColourLayer layer) | iptk::Image | |
| getIntensity(const gutk::Point &p) | iptk::Image | |
| getIntensity(int n, int m) | iptk::Image | |
| getMaxPixel(ColourLayer layer, gutk::Point &p, double &val) | iptk::Image | |
| getMinPixel(ColourLayer layer, gutk::Point &p, double &val) | iptk::Image | |
| getRed(const gutk::Point &p) | iptk::Image | |
| getRed(int n, int m) | iptk::Image | |
| getSize(void) | iptk::Image | |
| Image(void) | iptk::Image | |
| Image(int width, int height, BitDepth bd) | iptk::Image | |
| Image(const Image &im) | iptk::Image | |
| loadFile(const char *fileName) | iptk::Image | [virtual] |
| operator=(const Image &im) | iptk::Image | [virtual] |
| rgb2gray(void) | iptk::Image | |
| saveFile(const char *fileName) | iptk::Image | [virtual] |
| setBlue(const gutk::Point &p, const double v) | iptk::Image | |
| setBlue(int n, int m, const double v) | iptk::Image | |
| setGreen(const gutk::Point &p, const double v) | iptk::Image | |
| setGreen(int n, int m, const double v) | iptk::Image | |
| setIntensity(const gutk::Point &p, const double v) | iptk::Image | |
| setIntensity(int n, int m, const double v) | iptk::Image | |
| setRed(const gutk::Point &p, const double v) | iptk::Image | |
| setRed(int n, int m, const double v) | iptk::Image | |
| ~Image() | iptk::Image | [virtual] |