41 #include <boost/program_options.hpp>    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 getMergeDir() const
A class to parse the program options for the reconstruction executable. 
options_description m_descr
The internally used option description. 
string m_outputFile
Output file name. 
positional_options_description m_pdescr
The internally used positional option desription. 
ostream & operator<<(ostream &os, const Options &o)
Overlaoeded outpur operator. 
string getInputDir() const
string getOutputDir() const
variables_map m_variables
The internally used variable map. 
string getTransformFile() const