#include <Options.hpp>
Public Member Functions | |
int | getCacheSize () const |
float | getHighResDistance () const |
std::string | getInputFileName () const |
Returns the input file. More... | |
std::vector< std::string > | getLayers () const |
Returns the layers used for LOD. More... | |
bool | isChunkedMesh () const |
Options (int argc, char **argv) | |
Ctor. Parses the command parameters given to the main function of the program. More... | |
bool | printUsage () const |
Prints a usage message to stdout. More... | |
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 () |
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 17 of file src/tools/lvr2_viewer/app/Options.hpp.
Options::Options | ( | int | argc, |
char ** | argv | ||
) |
Ctor. Parses the command parameters given to the main function of the program.
Definition at line 14 of file src/tools/lvr2_viewer/app/Options.cpp.
|
virtual |
Definition at line 91 of file src/tools/lvr2_viewer/app/Options.cpp.
int Options::getCacheSize | ( | ) | const |
Definition at line 71 of file src/tools/lvr2_viewer/app/Options.cpp.
float Options::getHighResDistance | ( | ) | const |
Definition at line 81 of file src/tools/lvr2_viewer/app/Options.cpp.
std::string Options::getInputFileName | ( | ) | const |
Returns the input file.
Returns the input file name
Definition at line 54 of file src/tools/lvr2_viewer/app/Options.cpp.
std::vector< string > Options::getLayers | ( | ) | const |
Returns the layers used for LOD.
Definition at line 58 of file src/tools/lvr2_viewer/app/Options.cpp.
bool Options::isChunkedMesh | ( | ) | const |
Definition at line 86 of file src/tools/lvr2_viewer/app/Options.cpp.
bool Options::printUsage | ( | ) | const |
Prints a usage message to stdout.
Definition at line 30 of file src/tools/lvr2_viewer/app/Options.cpp.