#include <polygon.h>
Definition at line 7 of file polygon.h.
Public Member Functions | |
| Bitmap (int e=0) | |
| ~Bitmap () | |
| void | size (int w, int h) |
| void | clear () |
Public Attributes | |
| int | width |
| int | height |
| int | extra |
| Pixel * | data |
| void Bitmap< Pixel >::size | ( | int | w, | |
| int | h | |||
| ) | [inline] |
| void Bitmap< Pixel >::clear | ( | void | ) | [inline] |
Definition at line 8 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 8 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 8 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), and Bitmap< unsigned short >::size().
Definition at line 9 of file polygon.h.
Referenced by Bitmap< unsigned short >::clear(), Synaesthesia::fadeHeat(), Synaesthesia::fadeWave(), Bitmap< unsigned short >::size(), and Bitmap< unsigned short >::~Bitmap().
1.5.5