A class to parse the program options for the extraction of radiometric data from a HDF5 dataset.
More...
#include <Options.hpp>
|
options_description | m_descr |
| The internally used option description. More...
|
|
positional_options_description | m_pdescr |
| The internally used positional option description. More...
|
|
variables_map | m_variables |
| The internally used variable map. More...
|
|
A class to parse the program options for the extraction of radiometric data from a HDF5 dataset.
Definition at line 24 of file src/tools/lvr2_hdf5togeotiff/Options.hpp.
◆ Options()
Options::Options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ~Options()
◆ getGTIFFFile()
string hdf5togeotiff::Options::getGTIFFFile |
( |
| ) |
const |
|
inline |
◆ getH5File()
string hdf5togeotiff::Options::getH5File |
( |
| ) |
const |
|
inline |
◆ getMaxChannel()
size_t hdf5togeotiff::Options::getMaxChannel |
( |
| ) |
const |
|
inline |
◆ getMinChannel()
size_t hdf5togeotiff::Options::getMinChannel |
( |
| ) |
const |
|
inline |
◆ getPositionCode()
string hdf5togeotiff::Options::getPositionCode |
( |
| ) |
const |
|
inline |
◆ m_descr
options_description hdf5togeotiff::Options::m_descr |
|
private |
◆ m_pdescr
positional_options_description hdf5togeotiff::Options::m_pdescr |
|
private |
◆ m_variables
variables_map hdf5togeotiff::Options::m_variables |
|
private |
The documentation for this class was generated from the following files: