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 59 of file src/tools/lvr2_hdf5_builder/Options.hpp.
◆ Options()
Options::Options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ~Options()
◆ addAnnotations()
bool hdf5tool::Options::addAnnotations |
( |
| ) |
const |
|
inline |
◆ getDataDir()
string hdf5tool::Options::getDataDir |
( |
| ) |
const |
|
inline |
◆ getHSPChunk0()
size_t hdf5tool::Options::getHSPChunk0 |
( |
| ) |
const |
|
inline |
◆ getHSPChunk1()
size_t hdf5tool::Options::getHSPChunk1 |
( |
| ) |
const |
|
inline |
◆ getHSPChunk2()
size_t hdf5tool::Options::getHSPChunk2 |
( |
| ) |
const |
|
inline |
◆ numPanoramaImages()
int hdf5tool::Options::numPanoramaImages |
( |
| ) |
const |
|
inline |
◆ m_descr
options_description hdf5tool::Options::m_descr |
|
private |
◆ m_pdescr
positional_options_description hdf5tool::Options::m_pdescr |
|
private |
◆ m_variables
variables_map hdf5tool::Options::m_variables |
|
private |
The documentation for this class was generated from the following files: