51 #ifndef OPENMESH_DECIMATER_MODEDGELENGTHT_HH 52 #define OPENMESH_DECIMATER_MODEDGELENGTHT_HH 83 bool _is_binary =
true);
93 sqr_edge_length_ = _f * _f;
109 typename Mesh::Scalar edge_length_, sqr_edge_length_;
116 #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODEDGELENGTHT_C) 117 #define MODEDGELENGTHT_TEMPLATES 121 #endif // OPENMESH_DECIMATER_MODEDGELENGTHT_HH defined float collapse_priority(const CollapseInfo &_ci)
Compute priority: Binary mode: Don't collapse edges longer then edge_length_ Cont.
Definition: ModEdgeLengthT_impl.hh:74
Base class for all decimation modules.
Definition: ModBaseT.hh:192
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
float edge_length() const
get edge_length
Definition: ModEdgeLengthT.hh:86
ModEdgeLengthT(MeshT &_mesh, float _edge_length=FLT_MAX, bool _is_binary=true)
Constructor.
Definition: ModEdgeLengthT_impl.hh:65
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Base class for all decimation modules.
Stores information about a halfedge collapse.
Definition: CollapseInfoT.hh:74
void set_error_tolerance_factor(double _factor)
set the percentage of edge length
Definition: ModEdgeLengthT_impl.hh:83
Use edge length to control decimation.
Definition: ModEdgeLengthT.hh:75