RAVE
_RaveAttribute_t Struct Reference

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
 

Detailed Description

Represents one scan in a volume.

Member Data Documentation

◆ arraylen

int _RaveAttribute_t::arraylen

length of arrays

◆ ddata

double _RaveAttribute_t::ddata

the double value

◆ ddataarray

double* _RaveAttribute_t::ddataarray

the double array

◆ format

RaveAttribute_Format _RaveAttribute_t::format

the attribute format

◆ ldata

long _RaveAttribute_t::ldata

the long value

◆ ldataarray

long* _RaveAttribute_t::ldataarray

the long array

◆ name

RAVE_OBJECT_HEAD char* _RaveAttribute_t::name

Always on top.

the source string

◆ sdata

char* _RaveAttribute_t::sdata

the string value


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