A class to parse the program options for the reconstruction executable.
More...
#include <Options.hpp>
A class to parse the program options for the reconstruction executable.
Definition at line 52 of file src/tools/lvr2_image_normals/Options.hpp.
◆ Options()
Options::Options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ~Options()
◆ coordinateSystem()
string image_normals::Options::coordinateSystem |
( |
| ) |
const |
|
inline |
◆ imageFile()
string image_normals::Options::imageFile |
( |
| ) |
const |
|
inline |
◆ imageHeight()
int image_normals::Options::imageHeight |
( |
| ) |
const |
|
inline |
◆ imageWidth()
int image_normals::Options::imageWidth |
( |
| ) |
const |
|
inline |
◆ inputFile()
string image_normals::Options::inputFile |
( |
| ) |
const |
|
inline |
◆ maxH()
int image_normals::Options::maxH |
( |
| ) |
const |
|
inline |
◆ maxV()
int image_normals::Options::maxV |
( |
| ) |
const |
|
inline |
◆ maxZ()
float image_normals::Options::maxZ |
( |
| ) |
const |
|
inline |
◆ maxZimg()
float image_normals::Options::maxZimg |
( |
| ) |
const |
|
inline |
◆ minH()
int image_normals::Options::minH |
( |
| ) |
const |
|
inline |
◆ minV()
int image_normals::Options::minV |
( |
| ) |
const |
|
inline |
◆ minZ()
float image_normals::Options::minZ |
( |
| ) |
const |
|
inline |
◆ minZimg()
float image_normals::Options::minZimg |
( |
| ) |
const |
|
inline |
◆ optimize()
bool image_normals::Options::optimize |
( |
| ) |
const |
|
inline |
◆ regionHeight()
int image_normals::Options::regionHeight |
( |
| ) |
const |
|
inline |
◆ regionWidth()
int image_normals::Options::regionWidth |
( |
| ) |
const |
|
inline |
◆ m_descr
options_description image_normals::Options::m_descr |
|
private |
◆ m_height
int image_normals::Options::m_height |
|
private |
◆ m_imageOut
string image_normals::Options::m_imageOut |
|
private |
◆ m_maxH
int image_normals::Options::m_maxH |
|
private |
◆ m_maxV
int image_normals::Options::m_maxV |
|
private |
◆ m_maxZ
float image_normals::Options::m_maxZ |
|
private |
◆ m_maxZimg
float image_normals::Options::m_maxZimg |
|
private |
◆ m_minH
int image_normals::Options::m_minH |
|
private |
◆ m_minV
int image_normals::Options::m_minV |
|
private |
◆ m_minZ
float image_normals::Options::m_minZ |
|
private |
◆ m_minZimg
float image_normals::Options::m_minZimg |
|
private |
◆ m_pdescr
positional_options_description image_normals::Options::m_pdescr |
|
private |
◆ m_system
string image_normals::Options::m_system |
|
private |
◆ m_variables
variables_map image_normals::Options::m_variables |
|
private |
◆ m_width
int image_normals::Options::m_width |
|
private |
◆ m_windowHeight
int image_normals::Options::m_windowHeight |
|
private |
◆ m_windowWidth
int image_normals::Options::m_windowWidth |
|
private |
The documentation for this class was generated from the following files: