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) |
Generated from: MR::MultiwayICPSamplingParameters Parameters that are used for sampling of the MultiwayICP objects
None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self, | |
MultiwayICPSamplingParameters | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ | ( | self, | |
float | samplingVoxelSize, | ||
int | maxGroupSize, | ||
MultiwayICPSamplingParameters.CascadeMode | cascadeMode, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
func_bool_from_float meshlib.mrmeshpy.MultiwayICPSamplingParameters.cb | ( | self | ) |
callback for progress reports
None meshlib.mrmeshpy.MultiwayICPSamplingParameters.cb | ( | self, | |
func_bool_from_float | arg1 ) |
int meshlib.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 meshlib.mrmeshpy.MultiwayICPSamplingParameters.maxGroupSize | ( | self, | |
int | arg1 ) |
float meshlib.mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize | ( | self | ) |
sampling size of each object
None meshlib.mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize | ( | self, | |
float | arg1 ) |