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_hdf5_builder_2/Options.hpp.
◆ Options()
Options::Options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ~Options()
◆ getInputDir()
string hdf5tool2::Options::getInputDir |
( |
| ) |
const |
|
inline |
◆ getOutputDir()
string hdf5tool2::Options::getOutputDir |
( |
| ) |
const |
|
inline |
◆ getOutputFile()
string hdf5tool2::Options::getOutputFile |
( |
| ) |
const |
|
inline |
◆ getPreview()
bool hdf5tool2::Options::getPreview |
( |
| ) |
const |
|
inline |
◆ getPreviewReductionRatio()
int hdf5tool2::Options::getPreviewReductionRatio |
( |
| ) |
const |
|
inline |
◆ m_descr
options_description hdf5tool2::Options::m_descr |
|
private |
◆ m_pdescr
positional_options_description hdf5tool2::Options::m_pdescr |
|
private |
◆ m_variables
variables_map hdf5tool2::Options::m_variables |
|
private |
The documentation for this class was generated from the following files: