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 | Cotan .ClassVar[EdgeWeights] |
typing | CotanTimesLength .ClassVar[EdgeWeights] |
typing | CotanWithAreaEqWeight .ClassVar[EdgeWeights] |
typing | Unit .ClassVar[EdgeWeights] |
Members: Unit : all edges have same weight=1 Cotan : edge weight depends on local geometry and uses cotangent values CotanTimesLength : [deprecated] edge weight is equal to edge length times cotangent weight CotanWithAreaEqWeight : cotangent edge weights and equation weights inversely proportional to square root of local area
None meshlib.mrmeshpy.Laplacian.EdgeWeights.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.Laplacian.EdgeWeights.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.Laplacian.EdgeWeights.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.Laplacian.EdgeWeights.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.Laplacian.EdgeWeights.__index__ | ( | self | ) |
int meshlib.mrmeshpy.Laplacian.EdgeWeights.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.Laplacian.EdgeWeights.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.Laplacian.EdgeWeights.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.Laplacian.EdgeWeights.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.Laplacian.EdgeWeights.__str__ | ( | self | ) |
str meshlib.mrmeshpy.Laplacian.EdgeWeights.name | ( | self | ) |
int meshlib.mrmeshpy.Laplacian.EdgeWeights.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |