MeshLib
 
Loading...
Searching...
No Matches
MR::DetectTunnelSettings Struct Reference

#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
 

Member Data Documentation

◆ maxIters

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

◆ maxTunnelLength

float MR::DetectTunnelSettings::maxTunnelLength = FLT_MAX

maximal length of tunnel loops to consider

◆ metric

EdgeMetric MR::DetectTunnelSettings::metric

if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used

◆ progress

ProgressCallback MR::DetectTunnelSettings::progress

to report algorithm progress and cancel from outside


The documentation for this struct was generated from the following file: