A class to parse the program options for the reconstruction executable.
More...
#include <Options.hpp>
|
| options_description | m_descr |
| | The internally used option description. More...
|
| |
| positional_options_description | m_pdescr |
| | The internally used positional option desription. More...
|
| |
| variables_map | m_variables |
| | The internally used variable map. More...
|
| |
A class to parse the program options for the reconstruction executable.
Definition at line 58 of file src/tools/lvr2_scanproject_parser/Options.hpp.
◆ Options()
| Options::Options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ~Options()
◆ getInputDir()
| string scanproject_parser::Options::getInputDir |
( |
| ) |
const |
|
inline |
◆ getOutputDir()
| string scanproject_parser::Options::getOutputDir |
( |
| ) |
const |
|
inline |
◆ getOutputFile()
| string scanproject_parser::Options::getOutputFile |
( |
| ) |
const |
|
inline |
◆ m_descr
| options_description scanproject_parser::Options::m_descr |
|
private |
◆ m_pdescr
| positional_options_description scanproject_parser::Options::m_pdescr |
|
private |
◆ m_variables
| variables_map scanproject_parser::Options::m_variables |
|
private |
The documentation for this class was generated from the following files: