Developer Documentation
OpenMesh::Decimater::ModIndependentSetsT< MeshT > Class Template Reference

#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh>

Inheritance diagram for OpenMesh::Decimater::ModIndependentSetsT< MeshT >:
OpenMesh::Decimater::ModBaseT< MeshT >

Public Member Functions

 ModIndependentSetsT (MeshT &_mesh)
 Constructor. More...
 
void postprocess_collapse (const CollapseInfo &_ci) override
 override More...
 
- Public Member Functions inherited from OpenMesh::Decimater::ModBaseT< MeshT >
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

- Public Types inherited from OpenMesh::Decimater::ModBaseT< MeshT >
enum  { ILLEGAL_COLLAPSE = -1 , LEGAL_COLLAPSE = 0 }
 
typedef MeshT Mesh
 
typedef CollapseInfoT< MeshTCollapseInfo
 
- Protected Member Functions inherited from OpenMesh::Decimater::ModBaseT< MeshT >
 ModBaseT (MeshT &_mesh, bool _is_binary)
 
MeshTmesh ()
 Access the mesh associated with the decimater. More...
 
- Protected Attributes inherited from OpenMesh::Decimater::ModBaseT< MeshT >
double error_tolerance_factor_
 

Detailed Description

template<class MeshT>
class OpenMesh::Decimater::ModIndependentSetsT< MeshT >

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.

Constructor & Destructor Documentation

◆ ModIndependentSetsT()

template<class MeshT >
OpenMesh::Decimater::ModIndependentSetsT< MeshT >::ModIndependentSetsT ( MeshT _mesh)
inlineexplicit

Constructor.

Definition at line 75 of file ModIndependentSetsT.hh.

Member Function Documentation

◆ postprocess_collapse()

template<class MeshT >
void OpenMesh::Decimater::ModIndependentSetsT< MeshT >::postprocess_collapse ( const CollapseInfo _ci)
inlineoverride

override

Definition at line 80 of file ModIndependentSetsT.hh.


The documentation for this class was generated from the following file: