#include <MRMesh/MRPositionVertsSmoothly.h>
Public Attributes | |
| const VertBitSet * | region = nullptr |
| EdgeWeights | edgeWeights = EdgeWeights::Unit |
weights of edges in the equations, used unless edgeWeightsMetric is specified | |
| VertexMass | vmass = VertexMass::Unit |
| the stabilizer of each vertex is multiplied on the mass of that vertex | |
| float | stabilizer = 0 |
| the more the value, the bigger attraction of each vertex to its original value | |
| VertMetric | vertStabilizers |
if specified then it is used instead of stabilizer | |
| UndirectedEdgeMetric | edgeWeightsMetric |
if specified then it is used for edge weights instead of edgeWeights | |