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

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

+ Inheritance diagram for MR.PointCloudApproxRelaxParams:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator MR.RelaxParams (PointCloudApproxRelaxParams self)
 
static unsafe implicit operator MR.PointCloudRelaxParams (PointCloudApproxRelaxParams self)
 

Properties

new unsafe ref MR.RelaxApproxType type [get]
 
new unsafe ref float neighborhoodRadius [get]
 
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.PointCloudApproxRelaxParams. Base classes: Direct: (non-virtual) MR.PointCloudRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PointCloudApproxRelaxParams() [1/3]

unsafe MR.PointCloudApproxRelaxParams.PointCloudApproxRelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointCloudApproxRelaxParams() [2/3]

unsafe MR.PointCloudApproxRelaxParams.PointCloudApproxRelaxParams ( MR.Const_PointCloudApproxRelaxParams _other)
inline

Generated from constructor MR.PointCloudApproxRelaxParams.PointCloudApproxRelaxParams.

◆ PointCloudApproxRelaxParams() [3/3]

MR.PointCloudApproxRelaxParams.PointCloudApproxRelaxParams ( PointCloudApproxRelaxParams _other)
inline

Generated from constructor MR.PointCloudApproxRelaxParams.PointCloudApproxRelaxParams.

Member Function Documentation

◆ assign()

unsafe MR.PointCloudApproxRelaxParams MR.PointCloudApproxRelaxParams.assign ( MR.Const_PointCloudApproxRelaxParams _other)
inline

Generated from method MR.PointCloudApproxRelaxParams.operator=.

◆ operator MR.PointCloudRelaxParams()

static unsafe implicit MR.PointCloudApproxRelaxParams.operator MR.PointCloudRelaxParams ( PointCloudApproxRelaxParams self)
inlinestatic

◆ operator MR.RelaxParams()

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

Property Documentation

◆ force

new unsafe ref float MR.PointCloudApproxRelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

new unsafe ref int MR.PointCloudApproxRelaxParams.iterations
get

number of iterations

◆ limitNearInitial

new unsafe ref bool MR.PointCloudApproxRelaxParams.limitNearInitial
get

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

◆ maxInitialDist

new unsafe ref float MR.PointCloudApproxRelaxParams.maxInitialDist
get

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

◆ neighborhoodRadius

new unsafe ref float MR.PointCloudApproxRelaxParams.neighborhoodRadius
get

radius to find neighbors in, 0.0 - default, 0.1*boundibg box diagonal

◆ region

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

region to relax

◆ type

new unsafe ref MR.RelaxApproxType MR.PointCloudApproxRelaxParams.type
get

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