Public Member Functions | |
virtual void | drawOn (Image< byte > &im) const =0 |
virtual bool | inBounds (const Dims &d) const =0 |
Point2D< int > | getLocation () |
const void | setLocation (const Point2D< int > &P) |
int | getSize () |
const void | setSize (const int &s) |
float | getDirection () |
const void | setDirection (const float &t) |
Protected Attributes | |
Point2D< int > | loc |
float | dir |
int | siz |
Definition at line 119 of file test-renderlib.C.