Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DistanceMapLoadSettings arg0) |
| None | __init__ (self, DistanceMapToWorld distanceMapToWorld, func_bool_from_float progress) |
| DistanceMapToWorld | distanceMapToWorld (self) |
| None | distanceMapToWorld (self, DistanceMapToWorld arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DistanceMapLoadSettings | operator (*args, **kwargs) |
| DistanceMapLoadSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_distanceMapToWorld = 0 |
| typing | _offsetof_progress = 8 |
Generated from: MR::DistanceMapLoadSettings settings for loading distance maps from external formats
|
static |
| None mrmeshpy.DistanceMapLoadSettings.__init__ | ( | self | ) |
| None mrmeshpy.DistanceMapLoadSettings.__init__ | ( | self, | |
| DistanceMapLoadSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DistanceMapLoadSettings.__init__ | ( | self, | |
| DistanceMapToWorld | distanceMapToWorld, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| DistanceMapToWorld mrmeshpy.DistanceMapLoadSettings.distanceMapToWorld | ( | self | ) |
optional output: distance map to world transform
| None mrmeshpy.DistanceMapLoadSettings.distanceMapToWorld | ( | self, | |
| DistanceMapToWorld | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.DistanceMapLoadSettings.progress | ( | self | ) |
to report load progress and cancel loading if user desires
| None mrmeshpy.DistanceMapLoadSettings.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
|
staticprotected |
|
staticprotected |