mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
corrected small bug in the MEASURE_VERTEX_QUALITY_HISTOGRAM (prevented the computation of the filter itself!)
This commit is contained in:
parent
40cdbf1051
commit
7669351ac6
@ -351,7 +351,7 @@ bool FilterMeasurePlugin::applyFilter(QAction *filter, MeshDocument &md, RichPar
|
||||
|
||||
Histogramf H;
|
||||
H.SetRange(RangeMin,RangeMax,binNum);
|
||||
if(ID(filter)==FP_MEASURE_VERTEX_QUALITY_DISTRIBUTION)
|
||||
if(ID(filter)==FP_MEASURE_VERTEX_QUALITY_HISTOGRAM)
|
||||
{
|
||||
for(CMeshO::VertexIterator vi = m.vert.begin(); vi != m.vert.end(); ++vi)
|
||||
if(!(*vi).IsD())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user