CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Macros
Read check keyword

Keywords to check whether reading in text file was successful or not
Defined in gOptions.hh. More...

Macros

#define KEYWORD_MANDATORY   true
 
#define KEYWORD_OPTIONAL   false
 
#define KEYWORD_MANDATORY_NOT_FOUND   1
 
#define KEYWORD_OPTIONAL_NOT_FOUND   2
 

Detailed Description

Keywords to check whether reading in text file was successful or not
Defined in gOptions.hh.

Macro Definition Documentation

#define KEYWORD_MANDATORY   true

Constant corresponding to a mandatory field, which has to be recovered from a file (=true)

Definition at line 25 of file gOptions.hh.

#define KEYWORD_MANDATORY_NOT_FOUND   1

Constant corresponding to the case a mandatory event was not found (=1)

Definition at line 29 of file gOptions.hh.

#define KEYWORD_OPTIONAL   false

Constant corresponding to an optional field, not necessary to be recovered from a file (=false)

Definition at line 27 of file gOptions.hh.

#define KEYWORD_OPTIONAL_NOT_FOUND   2

Constant corresponding to the case an optional event was not found (=2)

Definition at line 31 of file gOptions.hh.