Go to the documentation of this file.
2 #ifndef LAS_VEGAS_OPTIONS_HPP
3 #define LAS_VEGAS_OPTIONS_HPP
8 #include <boost/program_options.hpp>
19 using namespace boost::program_options;
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
variables_map m_variables
The internally used variable map.
options_description m_descr
The internally used option description.
size_t getMaxChannel() 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.
size_t getMinChannel() const
positional_options_description m_pdescr
The internally used positional option description.
string getGTIFFFile() const
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24