Classes | |
| class | CascadeMode |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MultiwayICPSamplingParameters arg0) |
| None | __init__ (self, float samplingVoxelSize, int maxGroupSize, MultiwayICPSamplingParameters.CascadeMode cascadeMode, func_bool_from_float cb) |
| func_bool_from_float | cb (self) |
| None | cb (self, func_bool_from_float arg1) |
| int | maxGroupSize (self) |
| None | maxGroupSize (self, int arg1) |
| float | samplingVoxelSize (self) |
| None | samplingVoxelSize (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MultiwayICPSamplingParameters | operator (*args, **kwargs) |
| MultiwayICPSamplingParameters | operator (*args, **kwargs) |
Static Public Attributes | |
| MultiwayICPSamplingParameters | cascadeMode .CascadeMode |
Static Protected Attributes | |
| typing | _offsetof_cb = 16 |
| typing | _offsetof_maxGroupSize = 4 |
| typing | _offsetof_samplingVoxelSize = 0 |
Generated from: MR::MultiwayICPSamplingParameters Parameters that are used for sampling of the MultiwayICP objects
|
static |
| None mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self | ) |
| None mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self, | |
| MultiwayICPSamplingParameters | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self, | |
| float | samplingVoxelSize, | ||
| int | maxGroupSize, | ||
| MultiwayICPSamplingParameters.CascadeMode | cascadeMode, | ||
| func_bool_from_float | cb ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.MultiwayICPSamplingParameters.cb | ( | self | ) |
callback for progress reports
| None mrmeshpy.MultiwayICPSamplingParameters.cb | ( | self, | |
| func_bool_from_float | arg1 ) |
| int mrmeshpy.MultiwayICPSamplingParameters.maxGroupSize | ( | self | ) |
size of maximum icp group to work with if number of objects exceeds this value, icp is applied in cascade mode
| None mrmeshpy.MultiwayICPSamplingParameters.maxGroupSize | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| float mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize | ( | self | ) |
sampling size of each object
| None mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |