A class to parse the program options for the reconstruction executable. More...
#include <Options.hpp>
Public Member Functions | |
string | inputDir () 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 51 of file src/tools/lvr2_slam2hdf5/Options.hpp.
Options::Options | ( | int | argc, |
char ** | argv | ||
) |
Ctor. Parses the command parameters given to the main function of the program.
Definition at line 32 of file src/tools/lvr2_slam2hdf5/Options.cpp.
|
inlinevirtual |
Definition at line 59 of file src/tools/lvr2_slam2hdf5/Options.hpp.
|
inline |
Definition at line 61 of file src/tools/lvr2_slam2hdf5/Options.hpp.
|
private |
The internally used option description.
Definition at line 69 of file src/tools/lvr2_slam2hdf5/Options.hpp.
|
private |
The internally used positional option desription.
Definition at line 72 of file src/tools/lvr2_slam2hdf5/Options.hpp.
|
private |
The internally used variable map.
Definition at line 66 of file src/tools/lvr2_slam2hdf5/Options.hpp.