MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_MeshRelaxParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshRelaxParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshRelaxParams (MR.Const_MeshRelaxParams _other)
 Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
 Const_MeshRelaxParams (MeshRelaxParams _other)
 Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.

Static Public Member Functions

static unsafe implicit operator MR.Const_RelaxParams (Const_MeshRelaxParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_hardSmoothTetrahedrons
unsafe MR.Const_VertScalars._Underlying ** __ptr_storage_weights
unsafe int * __ref_storage_iterations
unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_region
unsafe float * __ref_storage_force
unsafe bool * __ref_storage_limitNearInitial
unsafe float * __ref_storage_maxInitialDist

Properties

unsafe bool hardSmoothTetrahedrons [get]
 move all region vertices with exactly three neighbor vertices in the center of the neighbors
unsafe MR.? Const_VertScalars weights [get]
 weight for each vertex. By default, all the vertices have equal weights.
unsafe int iterations [get]
 number of iterations
unsafe MR.? Const_VertBitSet region [get]
 region to relax
unsafe float force [get]
 speed of relaxing, typical values (0.0, 0.5]
unsafe bool limitNearInitial [get]
 if true then maximal displacement of each point during denoising will be limited
unsafe 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshRelaxParams() [1/3]

unsafe MR.Const_MeshRelaxParams.Const_MeshRelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshRelaxParams() [2/3]

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

Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.

◆ Const_MeshRelaxParams() [3/3]

MR.Const_MeshRelaxParams.Const_MeshRelaxParams ( MeshRelaxParams _other)
inline

Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshRelaxParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MeshRelaxParams.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator MR.Const_RelaxParams()

unsafe implicit MR.Const_MeshRelaxParams.operator MR.Const_RelaxParams ( Const_MeshRelaxParams self)
inlinestatic

Member Data Documentation

◆ __ptr_storage_region

unsafe MR.Const_VertBitSet._Underlying** MR.Const_MeshRelaxParams.__ptr_storage_region
protected

◆ __ptr_storage_weights

unsafe MR.Const_VertScalars._Underlying** MR.Const_MeshRelaxParams.__ptr_storage_weights
protected

◆ __ref_storage_force

unsafe float* MR.Const_MeshRelaxParams.__ref_storage_force
protected

◆ __ref_storage_hardSmoothTetrahedrons

unsafe bool* MR.Const_MeshRelaxParams.__ref_storage_hardSmoothTetrahedrons
protected

◆ __ref_storage_iterations

unsafe int* MR.Const_MeshRelaxParams.__ref_storage_iterations
protected

◆ __ref_storage_limitNearInitial

unsafe bool* MR.Const_MeshRelaxParams.__ref_storage_limitNearInitial
protected

◆ __ref_storage_maxInitialDist

unsafe float* MR.Const_MeshRelaxParams.__ref_storage_maxInitialDist
protected

Property Documentation

◆ force

unsafe float MR.Const_MeshRelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ hardSmoothTetrahedrons

unsafe bool MR.Const_MeshRelaxParams.hardSmoothTetrahedrons
get

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

◆ iterations

unsafe int MR.Const_MeshRelaxParams.iterations
get

number of iterations

◆ limitNearInitial

unsafe bool MR.Const_MeshRelaxParams.limitNearInitial
get

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

◆ maxInitialDist

unsafe float MR.Const_MeshRelaxParams.maxInitialDist
get

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

◆ region

unsafe MR.? Const_VertBitSet MR.Const_MeshRelaxParams.region
get

region to relax

◆ weights

unsafe MR.? Const_VertScalars MR.Const_MeshRelaxParams.weights
get

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


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