#include <Options.hpp>
Public Member Functions | |
string | getInputFileName () const |
int | getKd () const |
int | getKi () const |
int | getKn () const |
float | getMaxError () const |
int | getMaxLevel () const |
int | getNumThreads () const |
string | getPCM () const |
string | getScanPoseFile () const |
Options (int argc, char **argv) | |
bool | printUsage () const |
bool | useRansac () const |
virtual | ~Options () |
Public Member Functions inherited from lvr2::BaseOption | |
BaseOption (int argc, char **argv) | |
CoordinateTransform< float > | coordinateTransform () const |
void | printLogo () const |
void | printTransformation (std::ostream &out) const |
Prints transformation information to the given output stream. More... | |
float | sx () const |
Returns the scaling factor for the x coordinates. More... | |
float | sy () const |
Returns the scaling factor for the y coordinates. More... | |
float | sz () const |
Returns the scaling factor for the z coordinates. More... | |
int | x () const |
Returns the position of the x coordinate in the data. More... | |
int | y () const |
Returns the position of the x coordinate in the data. More... | |
int | z () const |
Returns the position of the x coordinate in the data. More... | |
virtual | ~BaseOption () |
Private Attributes | |
int | m_kd |
The number of neighbors for distance function evaluation. More... | |
int | m_ki |
The number of neighbors for normal interpolation. More... | |
int | m_kn |
The number of neighbors for normal estimation. More... | |
float | m_maxError |
The max allowed error between points and surfaces in an octree cell. More... | |
int | m_maxLevel |
The maximum allows octree level. More... | |
int | m_numThreads |
The number of threads to use. More... | |
string | m_pcm |
The used point cloud manager. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from lvr2::BaseOption | |
virtual void | setup () |
Setup internal data structures. More... | |
void | setupInputTransformation () |
Setup transformation info for ModelIO. More... | |
Protected Attributes inherited from lvr2::BaseOption | |
int | m_argc |
Argument count. More... | |
char ** | m_argv |
Argument values. More... | |
CoordinateTransform< float > * | m_coordinateTransform |
Coordinate transform information. More... | |
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... | |
Definition at line 56 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
Options::Options | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 14 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
|
virtual |
Definition at line 31 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
string Options::getInputFileName | ( | ) | const |
Definition at line 35 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
int Options::getKd | ( | ) | const |
Definition at line 65 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
int Options::getKi | ( | ) | const |
Definition at line 73 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
int Options::getKn | ( | ) | const |
Definition at line 69 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
float Options::getMaxError | ( | ) | const |
Definition at line 43 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
int Options::getMaxLevel | ( | ) | const |
Definition at line 39 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
int Options::getNumThreads | ( | ) | const |
Definition at line 77 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
string Options::getPCM | ( | ) | const |
Definition at line 81 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
string Options::getScanPoseFile | ( | ) | const |
Definition at line 90 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
bool Options::printUsage | ( | ) | const |
Definition at line 47 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
bool Options::useRansac | ( | ) | const |
Definition at line 85 of file src/tools/lvr2_dmc_reconstruction/Options.cpp.
|
private |
The number of neighbors for distance function evaluation.
Definition at line 96 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The number of neighbors for normal interpolation.
Definition at line 102 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The number of neighbors for normal estimation.
Definition at line 99 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The max allowed error between points and surfaces in an octree cell.
Definition at line 93 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The maximum allows octree level.
Definition at line 90 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The number of threads to use.
Definition at line 105 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.
|
private |
The used point cloud manager.
Definition at line 108 of file src/tools/lvr2_dmc_reconstruction/Options.hpp.