, 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] |
blueImage | CImage | [protected] |
CImage() | CImage | [inline] |
CImage(int w, int h) | CImage | [inline] |
CImage(const string &in_file_name, FILE_TYPE ft=PPM) | CImage | |
CImage(const CImage &image) | CImage | [inline] |
CImage(const CImage &i, int p1, int p2, int p3, int p4, bool p5) | CImage | [inline] |
CLUTImage(const CLUTImage &li) | CLUTImage | [inline] |
CLUTImage() | CLUTImage | [inline] |
CLUTImage(const CImage &i) | CLUTImage | [inline] |
CLUTImage(int w, int h) | CLUTImage | [inline] |
CImage::CLUTImage class | CImage | [friend] |
getBlueImage() const | CImage | [inline] |
getBluePixel(int i, int j) const | CLUTImage | [inline, virtual] |
getBluePixel(int n) const | CLUTImage | [inline, virtual] |
getGreenImage() const | CImage | [inline] |
getGreenPixel(int i, int j) const | CLUTImage | [inline, virtual] |
getGreenPixel(int n) const | CLUTImage | [inline, virtual] |
getHeight() const | AImage | [inline] |
getInLT(int i) const | LUTImage | [inline] |
getRedImage() const | CImage | [inline] |
getRedPixel(int i, int j) const | CLUTImage | [inline, virtual] |
getRedPixel(int n) const | CLUTImage | [inline, virtual] |
getSize() const | AImage | [inline] |
getType() const | CImage | [inline, virtual] |
getWidth() const | AImage | [inline] |
greenImage | CImage | [protected] |
height | AImage | [protected] |
LUTImage() | LUTImage | [inline] |
LUTImage(const AImage &i) | LUTImage | [inline] |
LUTImage(int w, int h) | LUTImage | [inline] |
LUTImage(const LUTImage &li) | LUTImage | [inline] |
operator=(const CImage &) | CImage | [protected] |
printOnPPM(ostream &out) const | CImage | [protected] |
readFromPPM(istream &in) | CImage | [protected] |
redImage | CImage | [protected] |
saveTo(const string &file_name) | CImage | [virtual] |
setBluePixel(int i, int j, int v) | CImage | [inline] |
setBluePixel(int n, int v) | CImage | [inline] |
setBluePixelCliped(int n, int v) | CImage | [inline] |
setBluePixelCliped(int i, int j, int v) | CImage | [inline] |
setGreenPixel(int i, int j, int v) | CImage | [inline] |
setGreenPixel(int n, int v) | CImage | [inline] |
setGreenPixelCliped(int n, int v) | CImage | [inline] |
setGreenPixelCliped(int i, int j, int v) | CImage | [inline] |
setInLT(int i, int v) | LUTImage | [inline] |
setLookUpTable(const LookUpTable &t) | LUTImage | [inline] |
setRedPixel(int i, int j, int v) | CImage | [inline] |
setRedPixel(int n, int v) | CImage | [inline] |
setRedPixelCliped(int n, int v) | CImage | [inline] |
setRedPixelCliped(int i, int j, int v) | CImage | [inline] |
size | AImage | [protected] |
theLookUpTable | LUTImage | [protected] |
width | AImage | [protected] |