golib  0.5
goImageBuffer Class Reference

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
 

Member Function Documentation

◆ operator[]()

void* goImageBuffer::operator[] ( goIndex_t  x)
inline
Returns
void* to the image line x

The documentation for this class was generated from the following file: