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

Public Member Functions

bool __eq__ (self, typing.Any other)
int __getstate__ (self)
int __hash__ (self)
int __index__ (self)
None __init__ (self, int value)
int __int__ (self)
bool __ne__ (self, typing.Any other)
str __repr__ (self)
None __setstate__ (self, int state)
str __str__ (self)
str name (self)
int value (self)

Static Public Attributes

typing Area .ClassVar[AreaStabilizer]
typing AreaSq .ClassVar[AreaStabilizer]
typing Uniform .ClassVar[AreaStabilizer]

Detailed Description

Members:

  Uniform : all inner vertices have the same stabilizer

  Area : proportional to the neighborhood area (dense regions are smoothed the same as sparse ones)

  AreaSq : proportional to the squared neighborhood area (dense regions are smoothed more than sparse ones)

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ __eq__()

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

◆ __getstate__()

int mrmeshpy.AreaStabilizer.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.AreaStabilizer.__hash__ ( self)

◆ __index__()

int mrmeshpy.AreaStabilizer.__index__ ( self)

◆ __int__()

int mrmeshpy.AreaStabilizer.__int__ ( self)

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.AreaStabilizer.__repr__ ( self)

◆ __setstate__()

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

◆ __str__()

str mrmeshpy.AreaStabilizer.__str__ ( self)

◆ name()

str mrmeshpy.AreaStabilizer.name ( self)

◆ value()

int mrmeshpy.AreaStabilizer.value ( self)

Member Data Documentation

◆ Area

typing mrmeshpy.AreaStabilizer.Area .ClassVar[AreaStabilizer]
static

◆ AreaSq

typing mrmeshpy.AreaStabilizer.AreaSq .ClassVar[AreaStabilizer]
static

◆ Uniform

typing mrmeshpy.AreaStabilizer.Uniform .ClassVar[AreaStabilizer]
static

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