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

Classes

class  CascadeMode
 

Public Member Functions

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

Detailed Description

Generated from:  MR::MultiwayICPSamplingParameters

Parameters that are used for sampling of the MultiwayICP objects

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MultiwayICPSamplingParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.MultiwayICPSamplingParameters.__init__ ( self)

◆ __init__() [3/3]

None 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 mrmeshpy.MultiwayICPSamplingParameters.cb ( self)
callback for progress reports

◆ cb() [2/2]

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

◆ maxGroupSize() [1/2]

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

◆ maxGroupSize() [2/2]

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

◆ operator() [1/2]

MultiwayICPSamplingParameters mrmeshpy.MultiwayICPSamplingParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MultiwayICPSamplingParameters mrmeshpy.MultiwayICPSamplingParameters.operator ( * args,
** kwargs )
static

◆ samplingVoxelSize() [1/2]

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

◆ samplingVoxelSize() [2/2]

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

Member Data Documentation

◆ _offsetof_cb

typing mrmeshpy.MultiwayICPSamplingParameters._offsetof_cb = 16
staticprotected

◆ _offsetof_maxGroupSize

typing mrmeshpy.MultiwayICPSamplingParameters._offsetof_maxGroupSize = 4
staticprotected

◆ _offsetof_samplingVoxelSize

typing mrmeshpy.MultiwayICPSamplingParameters._offsetof_samplingVoxelSize = 0
staticprotected

◆ cascadeMode

MultiwayICPSamplingParameters mrmeshpy.MultiwayICPSamplingParameters.cascadeMode .CascadeMode
static

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