Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsLoadSettings arg0) |
| 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 |
Generated from: MR::PointsLoadSettings structure with settings and side output parameters for loading point cloud
|
static |
| None mrmeshpy.PointsLoadSettings.__init__ | ( | self | ) |
| None mrmeshpy.PointsLoadSettings.__init__ | ( | self, | |
| PointsLoadSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PointsLoadSettings.__init__ | ( | self, | |
| VertColors | colors, | ||
| AffineXf3f | outXf, | ||
| func_bool_from_float | callback ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.PointsLoadSettings.callback | ( | self | ) |
callback for set progress and stop process
| None mrmeshpy.PointsLoadSettings.callback | ( | self, | |
| func_bool_from_float | arg1 ) |
| VertColors mrmeshpy.PointsLoadSettings.colors | ( | self | ) |
points where to load point color map
| None mrmeshpy.PointsLoadSettings.colors | ( | self, | |
| VertColors | arg1 ) |
|
static |
|
static |
| AffineXf3f mrmeshpy.PointsLoadSettings.outXf | ( | self | ) |
transform for the loaded point cloud
| None mrmeshpy.PointsLoadSettings.outXf | ( | self, | |
| AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |