addToPixel(GLint x, GLint y, GLubyte r, GLubyte g, GLubyte b) | PPMImage | [inline] |
addToPixel(GLint x, GLint y, int r, int g, int b) | PPMImage | [inline] |
checkers(GLubyte cr=0, GLubyte cg=0, GLubyte cb=0) | PPMImage | |
fill(GLubyte r, GLubyte g, GLubyte b) | PPMImage | |
getBlue(GLint x, GLint y) const | PPMImage | |
getByteArray() const | PPMImage | [inline] |
getComponent(GLint i, GLint x, GLint y) const | PPMImage | |
getGreen(GLint x, GLint y) const | PPMImage | |
getHeight() const | PPMImage | [inline] |
getPixel(GLint x, GLint y, GLubyte *value) const | PPMImage | |
getRed(GLint x, GLint y) const | PPMImage | |
getWidth() const | PPMImage | [inline] |
load(const char *fileName) | PPMImage | |
load(FILE *file) | PPMImage | |
operator<<(ostream &os, const PPMImage &image) | PPMImage | [friend] |
PPMImage() | PPMImage | |
PPMImage(const char *fileName) | PPMImage | |
PPMImage(FILE *file) | PPMImage | |
PPMImage(GLint w, GLint h) | PPMImage | |
PPMImage(const PPMImage *image) | PPMImage | |
reset(GLint w, GLint h) | PPMImage | |
save(const char *fileName) | PPMImage | |
setPixel(GLint x, GLint y, GLubyte r, GLubyte g, GLubyte b) | PPMImage | [inline] |
subFromPixel(GLint x, GLint y, int r, int g, int b) | PPMImage | [inline] |
~PPMImage() | PPMImage | |