Home
last modified time | relevance | path

Searched refs:smoothingIterNum (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dpointcloud_normal.h119 smoothingIterNum(0), in Param()
126 …int smoothingIterNum; /// number of itaration of a simple normal smoothing (use the same number of… member
141 tri::Smooth<MeshType>::VertexNormalPointCloud(m,p.fittingAdjNum,p.smoothingIterNum,&tree);
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dpointcloud_normal.h119 smoothingIterNum(0), in Param()
126 …int smoothingIterNum; /// number of itaration of a simple normal smoothing (use the same number of… member
141 tri::Smooth<MeshType>::VertexNormalPointCloud(m,p.fittingAdjNum,p.smoothingIterNum,&tree);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_meshing/
H A Dmeshfilter.cpp1287 p.smoothingIterNum = par.getInt("smoothIter"); in applyFilter()