OpenMesh
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
OpenMesh::Decimater::ModIndependentSetsT< DecimaterType > Class Template Reference

Lock one-ring around remaining vertex after a collapse to prevent further collapses of halfedges incident to the one-ring vertices. More...

#include <OpenMesh/Tools/Decimater/ModIndependentSetsT.hh>

Inheritance diagram for OpenMesh::Decimater::ModIndependentSetsT< DecimaterType >:
Collaboration diagram for OpenMesh::Decimater::ModIndependentSetsT< DecimaterType >:

List of all members.

Public Types

typedef ModIndependentSetsT
< DecimaterType > 
Self
typedef
OpenMesh::Decimater::ModHandleT
< Self
Handle
typedef
OpenMesh::Decimater::ModBaseT
< DecimaterType > 
Base
typedef Base::Mesh Mesh
typedef Base::CollapseInfo CollapseInfo
- Public Types inherited from OpenMesh::Decimater::ModBaseT< DecimaterType >
enum  { ILLEGAL_COLLAPSE = -1, LEGAL_COLLAPSE = 0 }

Public Member Functions

virtual const std::string & name () const
 Set module's name (using DECIMATER_MODNAME macro)
 ModIndependentSetsT (DecimaterType &_dec)
 Constructor.
void postprocess_collapse (const CollapseInfo &_ci)
 override
- Public Member Functions inherited from OpenMesh::Decimater::ModBaseT< DecimaterType >
virtual ~ModBaseT ()
 Virtual desctructor.
bool is_binary (void) const
 Returns true if criteria returns a binary value.
virtual void initialize ()
 Initialize module-internal stuff.
virtual float collapse_priority (const CollapseInfoT< Mesh > &)
 Return collapse priority.
virtual void preprocess_collapse (const CollapseInfoT< Mesh > &)
 Before _from_vh has been collapsed into _to_vh, this method will be called.
virtual void postprocess_collapse (const CollapseInfoT< Mesh > &)
 After _from_vh has been collapsed into _to_vh, this method will be called.

Additional Inherited Members

- Protected Member Functions inherited from OpenMesh::Decimater::ModBaseT< DecimaterType >
 ModBaseT (DecimaterType &_dec, bool _is_binary)
 Default constructor.
Mesh & mesh ()
 Access the mesh associated with the decimater.

Detailed Description

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

Lock one-ring around remaining vertex after a collapse to prevent further collapses of halfedges incident to the one-ring vertices.


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

acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .