A class to parse the program options for the reconstruction executable. More...
#include <Options.hpp>
Public Member Functions | |
| string | inputFile () const |
| Options (int argc, char **argv) | |
| Ctor. Parses the command parameters given to the main function of the program. More... | |
| virtual | ~Options () |
Private Attributes | |
| 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 52 of file src/tools/lvr2_ascii_viewer/Options.hpp.
| Options::Options | ( | int | argc, |
| char ** | argv | ||
| ) |
Ctor. Parses the command parameters given to the main function of the program.
Definition at line 33 of file src/tools/lvr2_ascii_viewer/Options.cpp.
|
virtual |
Definition at line 56 of file src/tools/lvr2_ascii_viewer/Options.cpp.
|
inline |
Definition at line 63 of file src/tools/lvr2_ascii_viewer/Options.hpp.
|
private |
The internally used option description.
Definition at line 74 of file src/tools/lvr2_ascii_viewer/Options.hpp.
|
private |
The internally used positional option desription.
Definition at line 77 of file src/tools/lvr2_ascii_viewer/Options.hpp.
|
private |
The internally used variable map.
Definition at line 71 of file src/tools/lvr2_ascii_viewer/Options.hpp.