Gocator Vision Library
 All Classes Files Functions Variables Typedefs Friends Modules Pages
void * GvSurfaceMsg_Points ( GvSurfaceMsg  msg)

Returns a pointer to the points buffer.

The buffer can be both read and written. The buffer is organized such that values in the same row are contiguous. In other words, the value at row i and column j is at address i * width + j.

Parameters
msgMessage object.
Returns
Buffer pointer.