Graphics Member ListThis is the complete list of members for Graphics, including all inherited members.
| color | Graphics | [protected] |
| drawEllipse(float x, float y, float semimajor, float semiminor, AngPi orientation) | Graphics | |
| drawEllipse(int x, int y, float semimajor, float semiminor, AngPi orientation) | Graphics | |
| 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 | |
| drawPoint(float x, float y) | Graphics | |
| drawQuarterEllipse(int x, int y, float semimajor, float semiminor, AngPi orientation) | Graphics | |
| drawRect(int x, int y, int width, int height) | Graphics | |
| drawRect(float x, float y, float width, float height) | Graphics | |
| gen | Graphics | [protected] |
| genChan1 | Graphics | [protected] |
| genChan2 | Graphics | [protected] |
| genChan3 | Graphics | [protected] |
| genLayer | Graphics | [protected] |
| getColor() const | Graphics | |
| 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(FilterBankGenerator &fbg, unsigned int layer, unsigned int chan1, unsigned int chan2, unsigned int chan3) | 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] |
| img1 | Graphics | [protected] |
| img2 | Graphics | [protected] |
| img3 | Graphics | [protected] |
| operator=(const Graphics &) | Graphics | [private] |
| setColor(rgb _color) | Graphics | |
| setColor(unsigned char _color) | Graphics | |
| updateFBG() | Graphics | |
| w | Graphics | [protected] |
| xInc | Graphics | [protected] |
| yInc | Graphics | [protected] |
|