57 #ifndef OPENMESH_DECIMATER_MODEDGELENGTHT_HH
58 #define OPENMESH_DECIMATER_MODEDGELENGTHT_HH
89 bool _is_binary =
true);
99 sqr_edge_length_ = _f * _f;
115 typename Mesh::Scalar edge_length_, sqr_edge_length_;
122 #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODEDGELENGTHT_C)
123 #define MODEDGELENGTHT_TEMPLATES
127 #endif // OPENMESH_DECIMATER_MODEDGELENGTHT_HH defined
void set_edge_length(float _f)
set edge_length
Definition: ModEdgeLengthT.hh:97
Base class for all decimation modules.
float edge_length() const
get edge_length
Definition: ModEdgeLengthT.hh:92
float collapse_priority(const CollapseInfo &_ci)
Compute priority: Binary mode: Don't collapse edges longer then edge_length_ Cont.
Definition: ModEdgeLengthT.cc:80
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Use edge length to control decimation.
Definition: ModEdgeLengthT.hh:81
#define DECIMATING_MODULE(Classname, MeshT, Name)
Convenience macro, to be used in derived modules The macro defines the types.
Definition: ModBaseT.hh:154
void set_error_tolerance_factor(double _factor)
set the percentage of edge length
Definition: ModEdgeLengthT.cc:89
ModEdgeLengthT(MeshT &_mesh, float _edge_length=FLT_MAX, bool _is_binary=true)
Constructor.
Definition: ModEdgeLengthT.cc:71
Base class for all decimation modules.
Definition: ModBaseT.hh:197