Public Member Functions | |
OutlierTypeMask | __and__ (self, OutlierTypeMask b) |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
OutlierTypeMask | __iand__ (self, OutlierTypeMask b) |
OutlierTypeMask | __imatmul__ (self, bool b) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
OutlierTypeMask | __invert__ (self) |
OutlierTypeMask | __ior__ (self, OutlierTypeMask b) |
OutlierTypeMask | __mul__ (self, bool b) |
bool | __ne__ (self, typing.Any other) |
OutlierTypeMask | __or__ (self, OutlierTypeMask b) |
str | __repr__ (self) |
OutlierTypeMask | __rmul__ (self, bool b) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | All .ClassVar[OutlierTypeMask] |
typing | AwayNormal .ClassVar[OutlierTypeMask] |
typing | FarSurface .ClassVar[OutlierTypeMask] |
typing | SmallComponents .ClassVar[OutlierTypeMask] |
typing | WeaklyConnected .ClassVar[OutlierTypeMask] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: SmallComponents : Small groups of points that are far from the rest WeaklyConnected : Points that have too few neighbors within the radius FarSurface : Points far from the surface approximating the nearest points AwayNormal : Points whose normals differ from the average norm of their nearest neighbors All
None mrmeshpy.OutlierTypeMask.__init__ | ( | self, | |
int | value ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__and__ | ( | self, | |
OutlierTypeMask | b ) |
bool mrmeshpy.OutlierTypeMask.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.OutlierTypeMask.__getstate__ | ( | self | ) |
int mrmeshpy.OutlierTypeMask.__hash__ | ( | self | ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__iand__ | ( | self, | |
OutlierTypeMask | b ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__imatmul__ | ( | self, | |
bool | b ) |
int mrmeshpy.OutlierTypeMask.__index__ | ( | self | ) |
int mrmeshpy.OutlierTypeMask.__int__ | ( | self | ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__invert__ | ( | self | ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__ior__ | ( | self, | |
OutlierTypeMask | b ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__mul__ | ( | self, | |
bool | b ) |
bool mrmeshpy.OutlierTypeMask.__ne__ | ( | self, | |
typing.Any | other ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__or__ | ( | self, | |
OutlierTypeMask | b ) |
str mrmeshpy.OutlierTypeMask.__repr__ | ( | self | ) |
OutlierTypeMask mrmeshpy.OutlierTypeMask.__rmul__ | ( | self, | |
bool | b ) |
None mrmeshpy.OutlierTypeMask.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.OutlierTypeMask.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.OutlierTypeMask.name | ( | self | ) |
int mrmeshpy.OutlierTypeMask.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |