2 #ifndef LAS_VEGAS_OPTIONS_HPP 3 #define LAS_VEGAS_OPTIONS_HPP 8 #include <boost/program_options.hpp> 34 string getH5File()
const {
return m_variables[
"h5"].as<
string>(); }
35 string getGTIFFFile()
const {
return m_variables[
"gtif"].as<
string>(); }
36 size_t getMinChannel()
const {
return m_variables[
"min"].as<
size_t>(); }
37 size_t getMaxChannel()
const {
return m_variables[
"max"].as<
size_t>(); }
55 cout <<
"##### Porgram options: " << endl;
61 #endif //LAS_VEGAS_OPTIONS_HPP string getPositionCode() const
size_t getMaxChannel() const
variables_map m_variables
The internally used variable map.
positional_options_description m_pdescr
The internally used positional option description.
size_t getMinChannel() const
string getGTIFFFile() const
A class to parse the program options for the extraction of radiometric data from a HDF5 dataset...
ostream & operator<<(ostream &os, const Options &o)
Overloaded output operator.
options_description m_descr
The internally used option description.