Inheritance diagram for mrmeshpy.WeightedShell.ParametersBase:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, WeightedShell.ParametersBase arg0) |
| None | __init__ (self, float offset, float voxelSize, float numLayers, func_bool_from_float progress) |
| float | numLayers (self) |
| None | numLayers (self, float arg1) |
| float | offset (self) |
| None | offset (self, float arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| float | voxelSize (self) |
| None | voxelSize (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| WeightedShell.ParametersBase | operator (*args, **kwargs) |
| WeightedShell.ParametersBase | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_numLayers = 8 |
| typing | _offsetof_offset = 0 |
| typing | _offsetof_progress = 16 |
| typing | _offsetof_voxelSize = 4 |
Generated from: MR::WeightedShell::ParametersBase
|
static |
| None mrmeshpy.WeightedShell.ParametersBase.__init__ | ( | self | ) |
| None mrmeshpy.WeightedShell.ParametersBase.__init__ | ( | self, | |
| WeightedShell.ParametersBase | arg0 ) |
| None mrmeshpy.WeightedShell.ParametersBase.__init__ | ( | self, | |
| float | offset, | ||
| float | voxelSize, | ||
| float | numLayers, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.WeightedShell.ParametersMetric, mrmeshpy.WeightedShell.ParametersMetric, mrmeshpy.WeightedShell.ParametersMetric, mrmeshpy.WeightedShell.ParametersRegions, mrmeshpy.WeightedShell.ParametersRegions, and mrmeshpy.WeightedShell.ParametersRegions.
| float mrmeshpy.WeightedShell.ParametersBase.numLayers | ( | self | ) |
number of voxels to compute near the offset (should be left default unless used for debugging)
| None mrmeshpy.WeightedShell.ParametersBase.numLayers | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.WeightedShell.ParametersBase.offset | ( | self | ) |
build iso-surface of minimal distance to points corresponding to this value
| None mrmeshpy.WeightedShell.ParametersBase.offset | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.WeightedShell.ParametersBase.progress | ( | self | ) |
Progress callback
| None mrmeshpy.WeightedShell.ParametersBase.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
| float mrmeshpy.WeightedShell.ParametersBase.voxelSize | ( | self | ) |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
| None mrmeshpy.WeightedShell.ParametersBase.voxelSize | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |