Developer Documentation
|
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh>
Public Member Functions | |
ModIndependentSetsT (MeshT &_mesh) | |
Constructor. More... | |
void | postprocess_collapse (const CollapseInfo &_ci) override |
override More... | |
![]() | |
virtual | ~ModBaseT () |
Virtual desctructor. More... | |
virtual const std::string & | name () const |
Set module's name. More... | |
bool | is_binary (void) const |
Returns true if criteria returns a binary value. More... | |
void | set_binary (bool _b) |
Set whether module is binary or not. More... | |
virtual void | initialize () |
Initialize module-internal stuff. More... | |
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 | |
![]() | |
enum | { ILLEGAL_COLLAPSE = -1 , LEGAL_COLLAPSE = 0 } |
typedef MeshT | Mesh |
typedef CollapseInfoT< MeshT > | CollapseInfo |
![]() | |
ModBaseT (MeshT &_mesh, bool _is_binary) | |
MeshT & | mesh () |
Access the mesh associated with the decimater. More... | |
![]() | |
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.