Bitmap Class Reference
#include <Bitmap.h>
List of all members.
|
Public Member Functions |
| void | set (int width_in, int height_in, unsigned char *bitmapdata_in) |
| void | draw (int xpos, int ypos) |
Static Public Member Functions |
| static Bitmap | create (int width, int height, unsigned char *bitmapdata_in) |
Public Attributes |
| int | width |
| int | height |
| unsigned char * | bitmapdata |
Member Function Documentation
| void Bitmap::set |
( |
int |
width_in, |
|
|
int |
height_in, |
|
|
unsigned char * |
bitmapdata_in | |
|
) |
| | |
| Bitmap Bitmap::create |
( |
int |
width, |
|
|
int |
height, |
|
|
unsigned char * |
bitmapdata_in | |
|
) |
| | [static] |
| void Bitmap::draw |
( |
int |
xpos, |
|
|
int |
ypos | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/Bitmap.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/Bitmap.cpp