golib
0.5
|
Public Member Functions | |
goImageBuffer (int x, int y, GO_TYPE t=GO_INT16) | |
void | create (int x, int y, GO_TYPE t) |
Creates the buffer of type t. | |
void * | operator[] (goIndex_t x) |
void ** | getBufferPtr () |
Protected Attributes | |
void ** | buffer |
int | sizeX |
int | sizeY |
GO_TYPE | type |
struct goImageBufferStatus | status |
|
inline |