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 | |
int | booleanValue |
the boolean value | |
RaveObjectHashTable_t * | hashtable |
the hash table | |
RaveObjectList_t * | list |
the rave list | |
Represents one scan in a volume.
int _RaveValue_t::booleanValue |
the boolean value
double _RaveValue_t::doubleValue |
the double value
RaveObjectHashTable_t* _RaveValue_t::hashtable |
the hash table
RaveObjectList_t* _RaveValue_t::list |
the rave list
long _RaveValue_t::longValue |
the long value
char* _RaveValue_t::stringValue |
the string value
RAVE_OBJECT_HEAD RaveValue_Type _RaveValue_t::type |
Always on top.
the value type