MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_PositionVertsSmoothlyParams Class Reference

Generated from class MR.PositionVertsSmoothlyParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_PositionVertsSmoothlyParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_PositionVertsSmoothlyParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PositionVertsSmoothlyParams (MR.Const_VertBitSet? region, MR.Const_VertCoords? vertShifts, float stabilizer, MR.Std._ByValue_Function_FloatFuncFromMRVertId vertStabilizers, MR.Std._ByValue_Function_FloatFuncFromMRUndirectedEdgeId edgeWeights)
 Constructs MR.PositionVertsSmoothlyParams elementwise.
 
unsafe Const_PositionVertsSmoothlyParams (MR._ByValue_PositionVertsSmoothlyParams _other)
 Generated from constructor MR.PositionVertsSmoothlyParams.PositionVertsSmoothlyParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? Const_VertBitSet region [get]
 
unsafe MR.? Const_VertCoords vertShifts [get]
 optional additional shifts of each vertex relative to smooth position
 
unsafe float stabilizer [get]
 the more the value, the bigger attraction of each vertex to its original position
 
unsafe MR.Std.Const_Function_FloatFuncFromMRVertId vertStabilizers [get]
 if specified then it is used instead of stabilizer
 
unsafe MR.Std.Const_Function_FloatFuncFromMRUndirectedEdgeId edgeWeights [get]
 if specified then it is used for edge weights instead of default 1
 
- Properties inherited from MR.Misc.Object< Const_PositionVertsSmoothlyParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_PositionVertsSmoothlyParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PositionVertsSmoothlyParams. This is the const half of the class.

Property Documentation

◆ region

unsafe MR.? Const_VertBitSet MR.Const_PositionVertsSmoothlyParams.region
get

which vertices on mesh are smoothed, nullptr means all vertices; it must not include all vertices of a mesh connected component unless stabilizer > 0


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