Go to the documentation of this file.
34 #include <boost/program_options.hpp>
46 using namespace boost::program_options;
62 string getInputFile()
const {
return m_variables[
"inputFile"].as<
string>();}
63 string getOutputFile()
const {
return m_variables[
"outputFile"].as<
string>();}
64 string getMeshName()
const {
return m_variables[
"meshName"].as<
string>();}
66 float getLocalRadius()
const {
return m_variables[
"localRadius"].as<
float>();}
83 cout <<
"##### Program options: " << endl;
84 cout <<
"##### Input file \t\t: " << o.
getInputFile() << endl;
85 cout <<
"##### Output file \t\t: " << o.
getOutputFile() << endl;
86 cout <<
"##### Mesh name \t\t: " << o.
getMeshName() << endl;
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