RAVE
|
Represents one scan in a volume. More...
Public Attributes | |
RAVE_OBJECT_HEAD RaveValue_Type | type |
Always on top. | |
char * | stringValue |
the string value | |
long | longValue |
the long value | |
double | doubleValue |
the double value | |
long * | longArray |
the long array | |
double * | doubleArray |
the double array | |
char ** | stringArray |
the string array | |
RaveObjectHashTable_t * | hashtable |
the hash table | |
int | arraylen |
length of arrays | |
Represents one scan in a volume.
int _RaveValue_t::arraylen |
length of arrays
double* _RaveValue_t::doubleArray |
the double array
double _RaveValue_t::doubleValue |
the double value
RaveObjectHashTable_t* _RaveValue_t::hashtable |
the hash table
long* _RaveValue_t::longArray |
the long array
long _RaveValue_t::longValue |
the long value
char** _RaveValue_t::stringArray |
the string array
char* _RaveValue_t::stringValue |
the string value
RAVE_OBJECT_HEAD RaveValue_Type _RaveValue_t::type |
Always on top.
the value type