Graphics Member ListThis is the complete list of members for Graphics, including all inherited members.
c | Graphics | [protected] |
drawLine(int x1, int y1, int x2, int y2) | Graphics | |
drawLine(float x1, float y1, float x2, float y2) | Graphics | |
drawPoint(int x, int y) | Graphics | [inline] |
drawPoint(float x, float y) | Graphics | [inline] |
drawRect(int x, int y, int width, int height) | Graphics | |
drawRect(float x, float y, float width, float height) | Graphics | |
gen | Graphics | [protected] |
genChan | Graphics | [protected] |
genLayer | Graphics | [protected] |
getColor() const | Graphics | [inline] |
getPixelCoordinates(unsigned int &px, unsigned int &py, float x, float y) const | Graphics | |
getRealCoordinates(float &x, float &y, unsigned int px, unsigned int py) const | Graphics | |
Graphics(FilterBankGenerator &fbg, unsigned int layer, unsigned int channel) | Graphics | |
Graphics(unsigned char *base, unsigned int width, unsigned int height, unsigned int interval, unsigned int stride) | Graphics | |
Graphics(const Graphics &) | Graphics | [private] |
h | Graphics | [protected] |
img | Graphics | [protected] |
operator=(const Graphics &) | Graphics | [private] |
setColor(char color) | Graphics | [inline] |
updateFBG() | Graphics | |
w | Graphics | [protected] |
xInc | Graphics | [protected] |
yInc | Graphics | [protected] |
|