Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DetectTunnelSettings arg0) |
| None | __init__ (self, float maxTunnelLength, int maxIters, func_float_from_Id_EdgeTag metric, func_bool_from_float progress) |
| int | maxIters (self) |
| None | maxIters (self, int arg1) |
| float | maxTunnelLength (self) |
| None | maxTunnelLength (self, float arg1) |
| func_float_from_Id_EdgeTag | metric (self) |
| None | metric (self, func_float_from_Id_EdgeTag arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DetectTunnelSettings | operator (*args, **kwargs) |
| DetectTunnelSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxIters = 4 |
| typing | _offsetof_maxTunnelLength = 0 |
| typing | _offsetof_metric = 8 |
| typing | _offsetof_progress = 40 |
Generated from: MR::DetectTunnelSettings
|
static |
| None mrmeshpy.DetectTunnelSettings.__init__ | ( | self | ) |
| None mrmeshpy.DetectTunnelSettings.__init__ | ( | self, | |
| DetectTunnelSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DetectTunnelSettings.__init__ | ( | self, | |
| float | maxTunnelLength, | ||
| int | maxIters, | ||
| func_float_from_Id_EdgeTag | metric, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| int mrmeshpy.DetectTunnelSettings.maxIters | ( | self | ) |
maximal number of iterations to detect all tunnels; on a big mesh with many tunnels even one iteration can take a while
| None mrmeshpy.DetectTunnelSettings.maxIters | ( | self, | |
| int | arg1 ) |
| float mrmeshpy.DetectTunnelSettings.maxTunnelLength | ( | self | ) |
maximal length of tunnel loops to consider
| None mrmeshpy.DetectTunnelSettings.maxTunnelLength | ( | self, | |
| float | arg1 ) |
| func_float_from_Id_EdgeTag mrmeshpy.DetectTunnelSettings.metric | ( | self | ) |
if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used
| None mrmeshpy.DetectTunnelSettings.metric | ( | self, | |
| func_float_from_Id_EdgeTag | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.DetectTunnelSettings.progress | ( | self | ) |
to report algorithm progress and cancel from outside
| None mrmeshpy.DetectTunnelSettings.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |