 |
OpenMesh
|
Go to the documentation of this file.
51 #ifndef OPENMESH_DECIMATER_MODEDGELENGTHT_HH
52 #define OPENMESH_DECIMATER_MODEDGELENGTHT_HH
83 bool _is_binary =
true);
93 sqr_edge_length_ = _f * _f;
116 #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODEDGELENGTHT_C)
117 #define MODEDGELENGTHT_TEMPLATES
121 #endif // OPENMESH_DECIMATER_MODEDGELENGTHT_HH defined
Definition: PolyMesh_ArrayKernelT.hh:94
void set_edge_length(typename Mesh::Scalar _f)
set edge_length
Definition: ModEdgeLengthT.hh:91
#define DECIMATING_MODULE(Classname, MeshT, Name)
Convenience macro, to be used in derived modules The macro defines the types.
Definition: ModBaseT.hh:149
void set_error_tolerance_factor(double _factor)
set the percentage of edge length
Definition: ModEdgeLengthT_impl.hh:83
float edge_length() const
get edge_length
Definition: ModEdgeLengthT.hh:86
Use edge length to control decimation.
Definition: ModEdgeLengthT.hh:75
ModEdgeLengthT(MeshT &_mesh, float _edge_length=FLT_MAX, bool _is_binary=true)
Constructor.
Definition: ModEdgeLengthT_impl.hh:65
float collapse_priority(const CollapseInfo &_ci)
Compute priority: Binary mode: Don't collapse edges longer then edge_length_ Cont.
Definition: ModEdgeLengthT_impl.hh:74
This file contains all code required to use Eigen3 vectors as Mesh vectors.
Definition: MeshItems.hh:59
Base class for all decimation modules.
Definition: ModBaseT.hh:192
Kernel::Scalar Scalar
Scalar type.
Definition: PolyMeshT.hh:110
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.