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

Generated from class MR.MeshRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams This is the non-const half of the class. More...

+ Inheritance diagram for MR.MeshRelaxParams:

Public Member Functions

unsafe MeshRelaxParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe MeshRelaxParams (MR.Const_MeshRelaxParams _other)
 Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
 
 MeshRelaxParams (MeshRelaxParams _other)
 Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
 
unsafe MR.MeshRelaxParams assign (MR.Const_MeshRelaxParams _other)
 Generated from method MR.MeshRelaxParams.operator=.
 

Static Public Member Functions

static unsafe implicit operator MR.RelaxParams (MeshRelaxParams self)
 

Properties

new unsafe ref bool hardSmoothTetrahedrons [get]
 move all region vertices with exactly three neighbor vertices in the center of the neighbors
 
new unsafe MR.? Const_VertScalars weights [get, set]
 weight for each vertex. By default, all the vertices have equal weights.
 
new unsafe ref int iterations [get]
 number of iterations
 
new unsafe MR.? Const_VertBitSet region [get, set]
 region to relax
 
new unsafe ref float force [get]
 speed of relaxing, typical values (0.0, 0.5]
 
new unsafe ref bool limitNearInitial [get]
 if true then maximal displacement of each point during denoising will be limited
 
new unsafe ref float maxInitialDist [get]
 maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
 

Detailed Description

Generated from class MR.MeshRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MeshRelaxParams() [1/3]

unsafe MR.MeshRelaxParams.MeshRelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshRelaxParams() [2/3]

unsafe MR.MeshRelaxParams.MeshRelaxParams ( MR.Const_MeshRelaxParams _other)
inline

Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.

◆ MeshRelaxParams() [3/3]

MR.MeshRelaxParams.MeshRelaxParams ( MeshRelaxParams _other)
inline

Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.

Member Function Documentation

◆ assign()

unsafe MR.MeshRelaxParams MR.MeshRelaxParams.assign ( MR.Const_MeshRelaxParams _other)
inline

Generated from method MR.MeshRelaxParams.operator=.

◆ operator MR.RelaxParams()

static unsafe implicit MR.MeshRelaxParams.operator MR.RelaxParams ( MeshRelaxParams self)
inlinestatic

Property Documentation

◆ force

new unsafe ref float MR.MeshRelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ hardSmoothTetrahedrons

new unsafe ref bool MR.MeshRelaxParams.hardSmoothTetrahedrons
get

move all region vertices with exactly three neighbor vertices in the center of the neighbors

◆ iterations

new unsafe ref int MR.MeshRelaxParams.iterations
get

number of iterations

◆ limitNearInitial

new unsafe ref bool MR.MeshRelaxParams.limitNearInitial
get

if true then maximal displacement of each point during denoising will be limited

◆ maxInitialDist

new unsafe ref float MR.MeshRelaxParams.maxInitialDist
get

maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false

◆ region

new unsafe MR.? Const_VertBitSet MR.MeshRelaxParams.region
getset

region to relax

◆ weights

new unsafe MR.? Const_VertScalars MR.MeshRelaxParams.weights
getset

weight for each vertex. By default, all the vertices have equal weights.


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