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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertColors colors, AffineXf3f outXf, func_bool_from_float callback)
 
func_bool_from_float callback (self)
 
None callback (self, func_bool_from_float arg1)
 
VertColors colors (self)
 
None colors (self, VertColors arg1)
 
AffineXf3f outXf (self)
 
None outXf (self, AffineXf3f arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PointsLoadSettings operator (*args, **kwargs)
 
PointsLoadSettings operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_callback = 16
 
typing _offsetof_colors = 0
 
typing _offsetof_outXf = 8
 

Detailed Description

Generated from:  MR::PointsLoadSettings

structure with settings and side output parameters for loading point cloud

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.PointsLoadSettings.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PointsLoadSettings.__init__ ( self,
VertColors colors,
AffineXf3f outXf,
func_bool_from_float callback )
Implicit aggregate constructor.

Member Function Documentation

◆ callback() [1/2]

func_bool_from_float mrmeshpy.PointsLoadSettings.callback ( self)
callback for set progress and stop process

◆ callback() [2/2]

None mrmeshpy.PointsLoadSettings.callback ( self,
func_bool_from_float arg1 )

◆ colors() [1/2]

VertColors mrmeshpy.PointsLoadSettings.colors ( self)
points where to load point color map

◆ colors() [2/2]

None mrmeshpy.PointsLoadSettings.colors ( self,
VertColors arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ outXf() [1/2]

AffineXf3f mrmeshpy.PointsLoadSettings.outXf ( self)
transform for the loaded point cloud

◆ outXf() [2/2]

None mrmeshpy.PointsLoadSettings.outXf ( self,
AffineXf3f arg1 )

Member Data Documentation

◆ _offsetof_callback

typing mrmeshpy.PointsLoadSettings._offsetof_callback = 16
staticprotected

◆ _offsetof_colors

typing mrmeshpy.PointsLoadSettings._offsetof_colors = 0
staticprotected

◆ _offsetof_outXf

typing mrmeshpy.PointsLoadSettings._offsetof_outXf = 8
staticprotected

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