Go to the documentation of this file.
41 #include <boost/program_options.hpp>
53 using namespace boost::program_options;
69 string getInputDir()
const;
70 string getOutputDir()
const;
71 string getMergeDir()
const;
73 string getTransformFile()
const;
75 int getStart()
const {
return m_variables[
"start"].as<
int>(); }
76 int getEnd()
const {
return m_variables[
"end"].as<
int>(); }
98 cout <<
"##### Program options: " << endl;
99 cout <<
"##### Input dir \t\t: " << o.
getInputDir() << endl;
100 cout <<
"##### Merge dir \t\t: " << o.
getMergeDir() << endl;
101 cout <<
"##### Output dir \t\t: " << o.
getOutputDir() << endl;
103 cout <<
"##### Start scan \t\t: " << o.
getStart() << endl;
104 cout <<
"##### End scan \t\t\t: " << o.
getStart() << endl;
string m_outputFile
Output file name.
options_description m_descr
The internally used option description.
positional_options_description m_pdescr
The internally used positional option desription.
A class to parse the program options for the reconstruction executable.
string getInputDir() const
ostream & operator<<(ostream &os, const Options &o)
Overlaoeded outpur operator.
variables_map m_variables
The internally used variable map.
string getTransformFile() const
string getOutputDir() const
string getMergeDir() 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