Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, FindOutliersParams arg0) |
| None | __init__ (self, OutlierParams finderParams, float radius, OutlierTypeMask mask, func_bool_from_float progress) |
| OutlierParams | finderParams (self) |
| None | finderParams (self, OutlierParams arg1) |
| OutlierTypeMask | mask (self) |
| None | mask (self, OutlierTypeMask arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| float | radius (self) |
| None | radius (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FindOutliersParams | operator (*args, **kwargs) |
| FindOutliersParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_finderParams = 0 |
| typing | _offsetof_mask = 20 |
| typing | _offsetof_progress = 24 |
| typing | _offsetof_radius = 16 |
Generated from: MR::FindOutliersParams Outlier point search parameters
|
static |
| None mrmeshpy.FindOutliersParams.__init__ | ( | self | ) |
| None mrmeshpy.FindOutliersParams.__init__ | ( | self, | |
| FindOutliersParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.FindOutliersParams.__init__ | ( | self, | |
| OutlierParams | finderParams, | ||
| float | radius, | ||
| OutlierTypeMask | mask, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| OutlierParams mrmeshpy.FindOutliersParams.finderParams | ( | self | ) |
Parameters of various criteria for detecting outlier points
| None mrmeshpy.FindOutliersParams.finderParams | ( | self, | |
| OutlierParams | arg1 ) |
| OutlierTypeMask mrmeshpy.FindOutliersParams.mask | ( | self | ) |
Mask of the types of outliers that are looking for
| None mrmeshpy.FindOutliersParams.mask | ( | self, | |
| OutlierTypeMask | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.FindOutliersParams.progress | ( | self | ) |
Progress callback
| None mrmeshpy.FindOutliersParams.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
| float mrmeshpy.FindOutliersParams.radius | ( | self | ) |
Radius of the search for neighboring points for analysis
| None mrmeshpy.FindOutliersParams.radius | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |