#include <ModQuadricT.hh>
Inheritance diagram for OpenMesh::Decimater::ModQuadricT< DecimaterType >:
Public Member Functions | |
ModQuadricT (DecimaterType &_dec) | |
Constructor. | |
virtual | ~ModQuadricT () |
Destructor. | |
virtual void | initialize (void) |
Initalize the module and prepare the mesh for decimation. | |
virtual float | collapse_priority (const CollapseInfo &_ci) |
Compute collapse priority based on error quadrics. | |
virtual void | postprocess_collapse (const CollapseInfo &_ci) |
Post-process halfedge collapse (accumulate quadrics). | |
void | set_max_err (double _err, bool _binary=true) |
Set maximum quadric error constraint and enable binary mode. | |
void | unset_max_err (void) |
Unset maximum quadric error constraint and restore non-binary mode. | |
double | max_err () const |
Return value of max. allowed error. |
This module can be used as a binary and non-binary module.
|
Constructor.
For internal use only.
|
|
Compute collapse priority based on error quadrics.
|
|
Set maximum quadric error constraint and enable binary mode.
|
|
Unset maximum quadric error constraint and restore non-binary mode.
|