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

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 const half of the class. More...

Inheritance diagram for MR.Const_RelaxParams:

Classes

struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Constructor & Destructor Documentation

◆ Const_RelaxParams() [1/3]

unsafe MR.Const_RelaxParams.Const_RelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_RelaxParams() [2/3]

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

Generated from constructor MR.RelaxParams.RelaxParams.

◆ Const_RelaxParams() [3/3]

MR.Const_RelaxParams.Const_RelaxParams ( RelaxParams _other)
inline

Generated from constructor MR.RelaxParams.RelaxParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_RelaxParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_region

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

◆ __ref_storage_force

unsafe float* MR.Const_RelaxParams.__ref_storage_force
protected

◆ __ref_storage_iterations

unsafe int* MR.Const_RelaxParams.__ref_storage_iterations
protected

◆ __ref_storage_limitNearInitial

unsafe bool* MR.Const_RelaxParams.__ref_storage_limitNearInitial
protected

◆ __ref_storage_maxInitialDist

unsafe float* MR.Const_RelaxParams.__ref_storage_maxInitialDist
protected

Property Documentation

◆ force

unsafe float MR.Const_RelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

unsafe int MR.Const_RelaxParams.iterations
get

number of iterations

◆ limitNearInitial

unsafe bool MR.Const_RelaxParams.limitNearInitial
get

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

◆ maxInitialDist

unsafe float MR.Const_RelaxParams.maxInitialDist
get

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

◆ region

unsafe MR.? Const_VertBitSet MR.Const_RelaxParams.region
get

region to relax


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