MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MultiwayICPSamplingParameters Class Reference

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)
 

Detailed Description

Generated from:  MR::MultiwayICPSamplingParameters

Parameters that are used for sampling of the MultiwayICP objects

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ ( self,
MultiwayICPSamplingParameters arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.__init__ ( self,
float samplingVoxelSize,
int maxGroupSize,
MultiwayICPSamplingParameters.CascadeMode cascadeMode,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ cb() [1/2]

func_bool_from_float meshlib.mrmeshpy.MultiwayICPSamplingParameters.cb ( self)
callback for progress reports

◆ cb() [2/2]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.cb ( self,
func_bool_from_float arg1 )

◆ maxGroupSize() [1/2]

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

◆ maxGroupSize() [2/2]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.maxGroupSize ( self,
int arg1 )

◆ samplingVoxelSize() [1/2]

float meshlib.mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize ( self)
sampling size of each object

◆ samplingVoxelSize() [2/2]

None meshlib.mrmeshpy.MultiwayICPSamplingParameters.samplingVoxelSize ( self,
float arg1 )

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