|
enum | DecimationOrder { DISTANCE
, NORMALDEV
, EDGELENGTH
} |
|
Definition at line 47 of file DecimaterInfo.hh.
◆ DecimationOrder
enum DecimaterInfo::DecimationOrder |
◆ DecimaterInfo()
DecimaterInfo::DecimaterInfo |
( |
| ) |
|
◆ ~DecimaterInfo()
DecimaterInfo::~DecimaterInfo |
( |
| ) |
|
◆ aspectRatio()
bool DecimaterInfo::aspectRatio |
( |
| ) |
|
|
inline |
◆ aspectRatioValue()
double DecimaterInfo::aspectRatioValue |
( |
| ) |
|
|
inline |
◆ copyPerObjectData()
Copy Function.
You have to reimplement this function to allow the core to create a copies of your Object. By default it will return 0;
The function has to create a deep copy of the object, as it will also be used to create backups. If you use pointer inside your class, remember to not copy the pointer only but also the data!
Reimplemented from PerObjectData.
Definition at line 65 of file DecimaterInfo.cc.
◆ distance()
bool DecimaterInfo::distance |
( |
| ) |
|
|
inline |
◆ distanceValue()
double DecimaterInfo::distanceValue |
( |
| ) |
|
|
inline |
◆ edgeLength()
bool DecimaterInfo::edgeLength |
( |
| ) |
|
|
inline |
◆ edgeLengthValue()
double DecimaterInfo::edgeLengthValue |
( |
| ) |
|
|
inline |
◆ independentSets()
bool DecimaterInfo::independentSets |
( |
| ) |
|
|
inline |
◆ normalDeviation()
bool DecimaterInfo::normalDeviation |
( |
| ) |
|
|
inline |
◆ normalDeviationValue()
int DecimaterInfo::normalDeviationValue |
( |
| ) |
|
|
inline |
◆ normalFlipping()
bool DecimaterInfo::normalFlipping |
( |
| ) |
|
|
inline |
◆ removeAspectRatioConstraint()
void DecimaterInfo::removeAspectRatioConstraint |
( |
| ) |
|
◆ removeDistanceConstraint()
void DecimaterInfo::removeDistanceConstraint |
( |
| ) |
|
◆ removeEdgeLengthConstraint()
void DecimaterInfo::removeEdgeLengthConstraint |
( |
| ) |
|
◆ removeIndependentSetsConstraint()
void DecimaterInfo::removeIndependentSetsConstraint |
( |
| ) |
|
◆ removeNormalDeviationConstraint()
void DecimaterInfo::removeNormalDeviationConstraint |
( |
| ) |
|
◆ removeNormalFlippingConstraint()
void DecimaterInfo::removeNormalFlippingConstraint |
( |
| ) |
|
◆ removeRoundnessConstraint()
void DecimaterInfo::removeRoundnessConstraint |
( |
| ) |
|
◆ roundness()
bool DecimaterInfo::roundness |
( |
| ) |
|
|
inline |
◆ roundnessValue()
double DecimaterInfo::roundnessValue |
( |
| ) |
|
|
inline |
◆ setAspectRatioConstraint()
void DecimaterInfo::setAspectRatioConstraint |
( |
double |
_value | ) |
|
◆ setDecimationOrder()
void DecimaterInfo::setDecimationOrder |
( |
DecimationOrder |
_order | ) |
|
◆ setDistanceConstraint()
void DecimaterInfo::setDistanceConstraint |
( |
double |
_value | ) |
|
◆ setEdgeLengthConstraint()
void DecimaterInfo::setEdgeLengthConstraint |
( |
double |
_value | ) |
|
◆ setIndependentSetsConstraint()
void DecimaterInfo::setIndependentSetsConstraint |
( |
| ) |
|
◆ setNormalDeviationConstraint()
void DecimaterInfo::setNormalDeviationConstraint |
( |
int |
_value | ) |
|
◆ setNormalFlippingConstraint()
void DecimaterInfo::setNormalFlippingConstraint |
( |
| ) |
|
◆ setRoundnessConstraint()
void DecimaterInfo::setRoundnessConstraint |
( |
double |
_value | ) |
|
◆ aspectRatio_
bool DecimaterInfo::aspectRatio_ |
|
private |
◆ aspectRatio_value_
double DecimaterInfo::aspectRatio_value_ |
|
private |
◆ decimationOrder_
DecimationOrder DecimaterInfo::decimationOrder_ |
|
private |
◆ distance_
bool DecimaterInfo::distance_ |
|
private |
◆ distance_value_
double DecimaterInfo::distance_value_ |
|
private |
◆ edgeLength_
bool DecimaterInfo::edgeLength_ |
|
private |
◆ edgeLength_value_
double DecimaterInfo::edgeLength_value_ |
|
private |
◆ independentSets_
bool DecimaterInfo::independentSets_ |
|
private |
◆ normalDeviation_
bool DecimaterInfo::normalDeviation_ |
|
private |
◆ normalDeviation_value_
int DecimaterInfo::normalDeviation_value_ |
|
private |
◆ normalFlipping_
bool DecimaterInfo::normalFlipping_ |
|
private |
◆ roundness_
bool DecimaterInfo::roundness_ |
|
private |
◆ roundness_value_
double DecimaterInfo::roundness_value_ |
|
private |
The documentation for this class was generated from the following files: