OpenMesh
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OpenMesh::Decimater::ModEdgeLengthT< MeshT > Class Template Reference

Use edge length to control decimation. More...

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

Inheritance diagram for OpenMesh::Decimater::ModEdgeLengthT< MeshT >:
Collaboration diagram for OpenMesh::Decimater::ModEdgeLengthT< MeshT >:

Public Types

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

Public Member Functions

virtual const std::string & name () const
 Set module's name (using DECIMATER_MODNAME macro)
 
 ModEdgeLengthT (MeshT &_mesh, float _edge_length=FLT_MAX, bool _is_binary=true)
 Constructor.
 
float edge_length () const
 get edge_length
 
void set_edge_length (float _f)
 set edge_length
 
float collapse_priority (const CollapseInfo &_ci)
 Compute priority: Binary mode: Don't collapse edges longer then edge_length_ Cont. More...
 
void set_error_tolerance_factor (double _factor)
 set the percentage of edge length
 
- Public Member Functions inherited from OpenMesh::Decimater::ModBaseT< MeshT >
virtual ~ModBaseT ()
 Virtual desctructor.
 
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 void preprocess_collapse (const CollapseInfoT< MeshT > &)
 Before _from_vh has been collapsed into _to_vh, this method will be called.
 
virtual void postprocess_collapse (const CollapseInfoT< MeshT > &)
 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< MeshT >
 ModBaseT (MeshT &_mesh, bool _is_binary)
 Default constructor. More...
 
MeshT & mesh ()
 Access the mesh associated with the decimater.
 
- Protected Attributes inherited from OpenMesh::Decimater::ModBaseT< MeshT >
double error_tolerance_factor_
 

Detailed Description

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

Use edge length to control decimation.

This module computes the edge length.

In binary and continuous mode, the collapse is legal if:

  • The length after the collapse is lower than the given tolerance

Member Function Documentation

template<class MeshT >
float OpenMesh::Decimater::ModEdgeLengthT< MeshT >::collapse_priority ( const CollapseInfo _ci)
virtual

Compute priority: Binary mode: Don't collapse edges longer then edge_length_ Cont.

mode: Collapse smallest edge first, but don't collapse edges longer as edge_length_

Reimplemented from OpenMesh::Decimater::ModBaseT< MeshT >.


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

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