| columnCount() const | gVar | |
| dataType() const | gVar | |
| dimensionCount() const | gVar | |
| elementCount() const | gVar | |
| getData(int *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |
| getData(float *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |
| getData(double *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |
| getHandle() const | gVar | |
| gVar() | gVar | |
| gVar(const gVarHandle var) | gVar | |
| gVar(int rowCount, int columnCount, gDataType type=GDEFAULT) | gVar | [explicit] |
| gVar(const gVar &var) | gVar | |
| operator double() const | gVar | |
| operator float() const | gVar | |
| operator int() const | gVar | |
| operator()(gVar &rowIndices, gVar &columnIndices) | gVar | |
| operator=(const gVar &var) | gVar | |
| operator=(const gVarHandle var) | gVar | |
| operator=(double value) | gVar | |
| operator=(float value) | gVar | |
| operator=(int value) | gVar | |
| operator=(bool value) | gVar | |
| print() const | gVar | |
| rowCount() const | gVar | |
| setData(const int *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |
| setData(const float *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |
| setData(const double *data, const unsigned int byteOffset=0, const unsigned int byteCount=0, void *callback=0, void *userData=0) | gVar | |