34 #include <boost/program_options.hpp> 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;