CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
String related to the possible pixel/voxel data

"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:

Macros

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

Detailed Description

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

Macro Definition Documentation

#define ASCII_str   "ASCII"

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

Definition at line 125 of file oInterfileIO.hh.

#define BIT_str   "bit"

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

Definition at line 112 of file oInterfileIO.hh.

#define FLT32_str   "short float"

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

Definition at line 118 of file oInterfileIO.hh.

#define FLT32_str2   "float"

Definition at line 119 of file oInterfileIO.hh.

#define FLT64_str   "long float"

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

Definition at line 121 of file oInterfileIO.hh.

#define INT32_str   "signed integer"

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

Definition at line 116 of file oInterfileIO.hh.

#define LONGDOUBLE_str   "long long float"

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

Definition at line 123 of file oInterfileIO.hh.

#define UINT32_str   "unsigned integer"

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

Definition at line 114 of file oInterfileIO.hh.