CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 199 of file oInterfileIO.hh.
string Intf_key::kcase |
the whole recovered key
Definition at line 202 of file oInterfileIO.hh.
string Intf_key::klcase |
all lower cases, no space
Definition at line 203 of file oInterfileIO.hh.
string Intf_key::korig |
original line w/ comment
Definition at line 201 of file oInterfileIO.hh.
string Intf_key::kvalue |
value of the key, no space
Definition at line 204 of file oInterfileIO.hh.