4 #include <boost/program_options.hpp> 12 using boost::program_options::options_description;
13 using boost::program_options::positional_options_description;
14 using boost::program_options::variables_map;
47 std::vector<std::string>
getLayers()
const;
bool isChunkedMesh() const
std::string getInputFileName() const
Returns the input file.
Options(int argc, char **argv)
Ctor. Parses the command parameters given to the main function of the program.
float getHighResDistance() const
std::vector< std::string > getLayers() const
Returns the layers used for LOD.
bool printUsage() const
Prints a usage message to stdout.