CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Interfile key elements.
This structure is used to recover and process the elements of an Interfile key ( key := value #anycomment)
Declared in oInterfileIO.hh.
More...
#include <oInterfileIO.hh>
Public Attributes | |
string | korig |
string | kcase |
string | klcase |
string | kvalue |
Interfile key elements.
This structure is used to recover and process the elements of an Interfile key ( key := value #anycomment)
Declared in oInterfileIO.hh.
Definition at line 223 of file oInterfileIO.hh.
string Intf_key::kcase |
the whole recovered key
Definition at line 226 of file oInterfileIO.hh.
string Intf_key::klcase |
all lower cases, no space
Definition at line 227 of file oInterfileIO.hh.
string Intf_key::korig |
original line w/ comment
Definition at line 225 of file oInterfileIO.hh.
string Intf_key::kvalue |
value of the key, no space
Definition at line 228 of file oInterfileIO.hh.