#include <MRTunnelDetector.h>
Public Attributes | |
float | maxTunnelLength = FLT_MAX |
maximal length of tunnel loops to consider | |
int | maxIters = 1 |
EdgeMetric | metric |
if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used | |
ProgressCallback | progress |
to report algorithm progress and cancel from outside | |
int MR::DetectTunnelSettings::maxIters = 1 |
maximal number of iterations to detect all tunnels; on a big mesh with many tunnels even one iteration can take a while
float MR::DetectTunnelSettings::maxTunnelLength = FLT_MAX |
maximal length of tunnel loops to consider
EdgeMetric MR::DetectTunnelSettings::metric |
if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used
ProgressCallback MR::DetectTunnelSettings::progress |
to report algorithm progress and cancel from outside