MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.WeightedShell.ParametersBase Class Reference
+ Inheritance diagram for mrmeshpy.WeightedShell.ParametersBase:

Public Member Functions

None __init__ (self)
 
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
 

Detailed Description

Generated from:  MR::WeightedShell::ParametersBase

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.WeightedShell.ParametersBase.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

◆ __init__() [3/3]

None mrmeshpy.WeightedShell.ParametersBase.__init__ ( self,
float offset,
float voxelSize,
float numLayers,
func_bool_from_float progress )

Member Function Documentation

◆ numLayers() [1/2]

float mrmeshpy.WeightedShell.ParametersBase.numLayers ( self)
number of voxels to compute near the offset (should be left default unless used for debugging)

◆ numLayers() [2/2]

None mrmeshpy.WeightedShell.ParametersBase.numLayers ( self,
float arg1 )

◆ offset() [1/2]

float mrmeshpy.WeightedShell.ParametersBase.offset ( self)
build iso-surface of minimal distance to points corresponding to this value

◆ offset() [2/2]

None mrmeshpy.WeightedShell.ParametersBase.offset ( self,
float arg1 )

◆ operator() [1/2]

◆ operator() [2/2]

◆ progress() [1/2]

func_bool_from_float mrmeshpy.WeightedShell.ParametersBase.progress ( self)
Progress callback

◆ progress() [2/2]

None mrmeshpy.WeightedShell.ParametersBase.progress ( self,
func_bool_from_float arg1 )

◆ voxelSize() [1/2]

float mrmeshpy.WeightedShell.ParametersBase.voxelSize ( self)
Size of voxel in grid conversions;
The user is responsible for setting some positive value here

◆ voxelSize() [2/2]

None mrmeshpy.WeightedShell.ParametersBase.voxelSize ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_numLayers

typing mrmeshpy.WeightedShell.ParametersBase._offsetof_numLayers = 8
staticprotected

◆ _offsetof_offset

typing mrmeshpy.WeightedShell.ParametersBase._offsetof_offset = 0
staticprotected

◆ _offsetof_progress

typing mrmeshpy.WeightedShell.ParametersBase._offsetof_progress = 16
staticprotected

◆ _offsetof_voxelSize

typing mrmeshpy.WeightedShell.ParametersBase._offsetof_voxelSize = 4
staticprotected

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