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 |
Generated from class MR.DetectTunnelSettings. This is the const half of the class.
|
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
|
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
|
get |
maximal number of iterations to detect all tunnels; on a big mesh with many tunnels even one iteration can take a while
|
get |
metric for detectBasisTunnels, if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used