CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Defines
String related to the possible pixel/voxel data
Interfile I/O related variables

"ASCII" and "BIT" are not supported in the current implementation "unsigned integer" read by default More...

Collaboration diagram for String related to the possible pixel/voxel data:

Defines

#define BIT_str   "bit"
#define UINT32_str   "unsigned integer"
#define INT32_str   "signed integer"
#define FLT32_str   "short float"
#define FLT64_str   "long float"
#define ASCII_str   "ASCII"

Detailed Description

"ASCII" and "BIT" are not supported in the current implementation "unsigned integer" read by default


Define Documentation

#define ASCII_str   "ASCII"

String corresponding to an ASCII type (="ASCII")

Definition at line 99 of file oInterfileIO.hh.

#define BIT_str   "bit"

String corresponding to an unsigned bit type (="bit")

Definition at line 89 of file oInterfileIO.hh.

#define FLT32_str   "short float"

String corresponding to a float type (="short float / float")

Definition at line 95 of file oInterfileIO.hh.

#define FLT64_str   "long float"

String corresponding to a double type (="long float)

Definition at line 97 of file oInterfileIO.hh.

#define INT32_str   "signed integer"

String corresponding to a signed integer type (="")

Definition at line 93 of file oInterfileIO.hh.

#define UINT32_str   "unsigned integer"

String corresponding to an unsigned interger type (="")

Definition at line 91 of file oInterfileIO.hh.

 All Classes Files Functions Variables Typedefs Defines