RAVE
|
Represents one scan in a volume. More...
Public Attributes | |
RAVE_OBJECT_HEAD char * | name |
Always on top. | |
RaveAttribute_Format | format |
the attribute format | |
char * | sdata |
the string value | |
long | ldata |
the long value | |
double | ddata |
the double value | |
long * | ldataarray |
the long array | |
double * | ddataarray |
the double array | |
int | arraylen |
length of arrays | |
Represents one scan in a volume.
int _RaveAttribute_t::arraylen |
length of arrays
double _RaveAttribute_t::ddata |
the double value
double* _RaveAttribute_t::ddataarray |
the double array
RaveAttribute_Format _RaveAttribute_t::format |
the attribute format
long _RaveAttribute_t::ldata |
the long value
long* _RaveAttribute_t::ldataarray |
the long array
RAVE_OBJECT_HEAD char* _RaveAttribute_t::name |
Always on top.
the source string
char* _RaveAttribute_t::sdata |
the string value