38 #include <boost/program_options.hpp> 44 using boost::program_options::options_description;
45 using boost::program_options::positional_options_description;
46 using boost::program_options::variables_map;
string getHdf5FilePath() const
Returns the HDF5 file path.
A class to parse the program options for the chunking server executable.
bool printUsage() const
Prints a usage message to stdout.
variables_map m_variables
The internally used variable map.
string getConfigFilePath() const
Returns the config file path.
positional_options_description m_posDescr
The internally used positional option description.
Options(int argc, char **argv)
Ctor. Parses the command parameters given to the main function of the program.
options_description m_descr
The internally used option description.
string getScanProjectPath() const
Returns the scan project file path.