#include <CommandLine.h>
Public Attributes | |
std::string | infile |
std::string | outfile |
std::string | correction_file |
std::string | mod_file |
int | start |
int | stop |
int | run |
bool | calib |
Definition at line 6 of file CommandLine.h.
bool ARGUMENTS::calib |
Definition at line 14 of file CommandLine.h.
Referenced by analyze_command_line(), and print_arguments().
std::string ARGUMENTS::correction_file |
Definition at line 9 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), and print_arguments().
std::string ARGUMENTS::infile |
Definition at line 7 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), main(), and print_arguments().
std::string ARGUMENTS::mod_file |
Definition at line 10 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), main(), and print_arguments().
std::string ARGUMENTS::outfile |
Definition at line 8 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), main(), and print_arguments().
int ARGUMENTS::run |
Definition at line 13 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), and print_arguments().
int ARGUMENTS::start |
Definition at line 11 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), LoopSequence::Init(), and print_arguments().
int ARGUMENTS::stop |
Definition at line 12 of file CommandLine.h.
Referenced by analyze_command_line(), check_arguments(), LoopSequence::Init(), and print_arguments().