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

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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.OutlierTypeMask.__init__ ( self,
int value )

Member Function Documentation

◆ __and__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__and__ ( self,
OutlierTypeMask b )

◆ __eq__()

bool mrmeshpy.OutlierTypeMask.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.OutlierTypeMask.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.OutlierTypeMask.__hash__ ( self)

◆ __iand__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__iand__ ( self,
OutlierTypeMask b )

◆ __imatmul__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__imatmul__ ( self,
bool b )

◆ __index__()

int mrmeshpy.OutlierTypeMask.__index__ ( self)

◆ __int__()

int mrmeshpy.OutlierTypeMask.__int__ ( self)

◆ __invert__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__invert__ ( self)

◆ __ior__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__ior__ ( self,
OutlierTypeMask b )

◆ __mul__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__mul__ ( self,
bool b )

◆ __ne__()

bool mrmeshpy.OutlierTypeMask.__ne__ ( self,
typing.Any other )

◆ __or__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__or__ ( self,
OutlierTypeMask b )

◆ __repr__()

str mrmeshpy.OutlierTypeMask.__repr__ ( self)

◆ __rmul__()

OutlierTypeMask mrmeshpy.OutlierTypeMask.__rmul__ ( self,
bool b )

◆ __setstate__()

None mrmeshpy.OutlierTypeMask.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.OutlierTypeMask.__str__ ( self)

◆ _pybind11_conduit_v1_()

mrmeshpy.OutlierTypeMask._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ name()

str mrmeshpy.OutlierTypeMask.name ( self)

◆ value()

int mrmeshpy.OutlierTypeMask.value ( self)

Member Data Documentation

◆ All

typing mrmeshpy.OutlierTypeMask.All .ClassVar[OutlierTypeMask]
static

◆ AwayNormal

typing mrmeshpy.OutlierTypeMask.AwayNormal .ClassVar[OutlierTypeMask]
static

◆ FarSurface

typing mrmeshpy.OutlierTypeMask.FarSurface .ClassVar[OutlierTypeMask]
static

◆ SmallComponents

typing mrmeshpy.OutlierTypeMask.SmallComponents .ClassVar[OutlierTypeMask]
static

◆ WeaklyConnected

typing mrmeshpy.OutlierTypeMask.WeaklyConnected .ClassVar[OutlierTypeMask]
static

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