MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_DetectTunnelSettings Class Reference

Generated from class MR.DetectTunnelSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_DetectTunnelSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_DetectTunnelSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_DetectTunnelSettings (float maxTunnelLength, int maxIters, MR.Std._ByValue_Function_FloatFuncFromMREdgeId metric, bool buildCoLoops, bool filterEquivalentCoLoops, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.DetectTunnelSettings elementwise.
 
unsafe Const_DetectTunnelSettings (MR._ByValue_DetectTunnelSettings _other)
 Generated from constructor MR.DetectTunnelSettings.DetectTunnelSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float maxTunnelLength [get]
 maximal length of tunnel loops to consider
 
unsafe int maxIters [get]
 
unsafe MR.Std.Const_Function_FloatFuncFromMREdgeId metric [get]
 
unsafe bool buildCoLoops [get]
 
unsafe bool filterEquivalentCoLoops [get]
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 to report algorithm progress and cancel from outside
 
- Properties inherited from MR.Misc.Object< Const_DetectTunnelSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_DetectTunnelSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.DetectTunnelSettings. This is the const half of the class.

Property Documentation

◆ buildCoLoops

unsafe bool MR.Const_DetectTunnelSettings.buildCoLoops
get

if true then for every basis loop, findShortestCoLoop will be called; it typically results in shorter tunnels found, but requires more time per iteration, and more iterations to find all tunnels

◆ filterEquivalentCoLoops

unsafe bool MR.Const_DetectTunnelSettings.filterEquivalentCoLoops
get

if ( buildCoLoops ) then some tunnel loops can be equivalent (e.g. they cut the same handle twice), this option activates their filtering out, but it is very slow

◆ maxIters

unsafe int MR.Const_DetectTunnelSettings.maxIters
get

maximal number of iterations to detect all tunnels; on a big mesh with many tunnels even one iteration can take a while

◆ metric

unsafe MR.Std.Const_Function_FloatFuncFromMREdgeId MR.Const_DetectTunnelSettings.metric
get

metric for detectBasisTunnels, if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used


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