|
Developer Documentation
|
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh>
Public Member Functions | |
| ModIndependentSetsT (MeshT &_mesh) | |
| Constructor. | |
| void | postprocess_collapse (const CollapseInfo &_ci) override |
| override | |
Public Member Functions inherited from OpenMesh::Decimater::ModBaseT< MeshT > | |
| virtual | ~ModBaseT () |
| Virtual desctructor. | |
| virtual const std::string & | name () const |
| Set module's name. | |
| bool | is_binary (void) const |
| Returns true if criteria returns a binary value. | |
| void | set_binary (bool _b) |
| Set whether module is binary or not. | |
| virtual void | initialize () |
| Initialize module-internal stuff. | |
| virtual float | collapse_priority (const CollapseInfoT< MeshT > &) |
| virtual void | preprocess_collapse (const CollapseInfoT< MeshT > &) |
| virtual void | postprocess_collapse (const CollapseInfoT< MeshT > &) |
| virtual void | set_error_tolerance_factor (double _factor) |
Additional Inherited Members | |
Public Types inherited from OpenMesh::Decimater::ModBaseT< MeshT > | |
| enum | { ILLEGAL_COLLAPSE = -1 , LEGAL_COLLAPSE = 0 } |
| typedef MeshT | Mesh |
| typedef CollapseInfoT< MeshT > | CollapseInfo |
Protected Member Functions inherited from OpenMesh::Decimater::ModBaseT< MeshT > | |
| ModBaseT (MeshT &_mesh, bool _is_binary) | |
| MeshT & | mesh () |
| Access the mesh associated with the decimater. | |
Protected Attributes inherited from OpenMesh::Decimater::ModBaseT< MeshT > | |
| double | error_tolerance_factor_ |
Lock one-ring around remaining vertex after a collapse to prevent further collapses of halfedges incident to the one-ring vertices.
Definition at line 69 of file ModIndependentSetsT.hh.
|
inlineexplicit |
Constructor.
Definition at line 75 of file ModIndependentSetsT.hh.
|
inlineoverride |
override
Definition at line 80 of file ModIndependentSetsT.hh.