![]() |
Blender V2.61 - r43446
|
#include <bgl.h>
Public Attributes | |
| PyObject_VAR_HEAD PyObject * | parent |
| int | type |
| int | ndimensions |
| int * | dimensions |
| union { | |
| char * asbyte | |
| short * asshort | |
| int * asint | |
| float * asfloat | |
| double * asdouble | |
| void * asvoid | |
| } | buf |
| char* _Buffer::asbyte |
Definition at line 63 of file bgl.h.
Referenced by Image_getImage().
| double* _Buffer::asdouble |
| float* _Buffer::asfloat |
| int* _Buffer::asint |
| short* _Buffer::asshort |
| void* _Buffer::asvoid |
Definition at line 69 of file bgl.h.
Referenced by BGL_MakeBuffer(), Buffer_item(), load(), and plot().
| union { ... } _Buffer::buf |
Referenced by BGL_MakeBuffer(), Buffer_item(), Image_getImage(), load(), and plot().
| int* _Buffer::dimensions |
Definition at line 60 of file bgl.h.
Referenced by BGL_MakeBuffer(), Buffer_ass_item(), Buffer_item(), and testBGLBuffer().
Definition at line 59 of file bgl.h.
Referenced by BGL_MakeBuffer(), Buffer_item(), and testBGLBuffer().
| PyObject_VAR_HEAD PyObject* _Buffer::parent |
Definition at line 56 of file bgl.h.
Referenced by BGL_MakeBuffer(), and Buffer_item().
| int _Buffer::type |
Definition at line 58 of file bgl.h.
Referenced by BGL_MakeBuffer(), Buffer_item(), and testBGLBuffer().