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

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

+ Inheritance diagram for MR.RelaxParams:

Public Member Functions

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

Properties

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.RelaxParams. Derived classes: Direct: (non-virtual) MR.MeshRelaxParams MR.PointCloudRelaxParams Indirect: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams MR.PointCloudApproxRelaxParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ RelaxParams() [1/3]

unsafe MR.RelaxParams.RelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ RelaxParams() [2/3]

unsafe MR.RelaxParams.RelaxParams ( MR.Const_RelaxParams _other)
inline

Generated from constructor MR.RelaxParams.RelaxParams.

◆ RelaxParams() [3/3]

MR.RelaxParams.RelaxParams ( RelaxParams _other)
inline

Generated from constructor MR.RelaxParams.RelaxParams.

Member Function Documentation

◆ assign()

unsafe MR.RelaxParams MR.RelaxParams.assign ( MR.Const_RelaxParams _other)
inline

Generated from method MR.RelaxParams.operator=.

Property Documentation

◆ force

new unsafe ref float MR.RelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

new unsafe ref int MR.RelaxParams.iterations
get

number of iterations

◆ limitNearInitial

new unsafe ref bool MR.RelaxParams.limitNearInitial
get

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

◆ maxInitialDist

new unsafe ref float MR.RelaxParams.maxInitialDist
get

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

◆ region

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

region to relax


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