RAVE
_RaveValue_t Struct Reference

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_thashtable
 the hash table
 
int arraylen
 length of arrays
 

Detailed Description

Represents one scan in a volume.

Member Data Documentation

◆ arraylen

int _RaveValue_t::arraylen

length of arrays

◆ doubleArray

double* _RaveValue_t::doubleArray

the double array

◆ doubleValue

double _RaveValue_t::doubleValue

the double value

◆ hashtable

RaveObjectHashTable_t* _RaveValue_t::hashtable

the hash table

◆ longArray

long* _RaveValue_t::longArray

the long array

◆ longValue

long _RaveValue_t::longValue

the long value

◆ stringArray

char** _RaveValue_t::stringArray

the string array

◆ stringValue

char* _RaveValue_t::stringValue

the string value

◆ type

RAVE_OBJECT_HEAD RaveValue_Type _RaveValue_t::type

Always on top.

the value type


The documentation for this struct was generated from the following file: