CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Defines
Read check keyword

Defines

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

Define Documentation

#define KEYWORD_MANDATORY   true

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

Definition at line 23 of file gOptions.hh.

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

Definition at line 27 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 25 of file gOptions.hh.

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

Definition at line 29 of file gOptions.hh.

 All Classes Files Functions Variables Typedefs Defines