Go to the documentation of this file.
39 #include <boost/program_options.hpp>
61 int getRuntime()
const;
63 int getBasicSteps()
const;
65 int getNumSplits()
const;
67 float getBoxFactor()
const;
69 bool getWithCollapse()
const;
71 float getLearningRate()
const;
73 float getNeighborLearningRate()
const;
75 float getDecreaseFactor()
const;
77 int getAllowMiss()
const;
79 float getCollapseThreshold()
const;
81 bool isFilterChain()
const;
83 int getDeleteLongEdgesFactor()
const;
85 bool isInterior()
const;
87 int getNumBalances()
const;
89 string getInputFileName()
const;
94 bool printUsage()
const;
102 string getPcm()
const;
138 cout <<
"##### Runtime: " << o.
getRuntime() << endl;
140 cout <<
"##### NumSplits: " << o.
getNumSplits() << endl;
141 cout <<
"##### BoxFactor: " << o.
getBoxFactor() << endl;
146 cout <<
"##### AllowMiss: " << o.
getAllowMiss() << endl;
150 cout <<
"##### Interior: " << o.
isInterior() << endl;
152 cout <<
"##### PCM: " << o.
getPcm() << endl;
153 cout <<
"##### KD: " << o.
getKd() << endl;
154 cout <<
"##### KI: " << o.
getKi() << endl;
155 cout <<
"##### KN: " << o.
getKn() << endl;
161 #endif // OPTIONSGS_H_
int getBasicSteps() const
std::ostream & operator<<(std::ostream &os, const BaseVector< T > &v)
float getNeighborLearningRate() const
int getNumBalances() const
bool getWithCollapse() const
int m_kn
The number of neighbors for normal estimation.
float getBoxFactor() const
int getDeleteLongEdgesFactor() const
float m_collapseThreshold
bool isFilterChain() const
string m_pcm
The used point cloud manager.
float getLearningRate() const
int m_deleteLongEdgesFactor
float getDecreaseFactor() const
int m_kd
The number of neighbors for distance function evaluation.
string getInputFileName() const
int m_ki
The number of neighbors for normal interpolation.
float getCollapseThreshold() const
float m_neighborLearningRate
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24