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

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

+ Inheritance diagram for MR.PointCloudRelaxParams:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator MR.RelaxParams (PointCloudRelaxParams self)
 

Properties

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

Constructor & Destructor Documentation

◆ PointCloudRelaxParams() [1/3]

unsafe MR.PointCloudRelaxParams.PointCloudRelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointCloudRelaxParams() [2/3]

unsafe MR.PointCloudRelaxParams.PointCloudRelaxParams ( MR.Const_PointCloudRelaxParams _other)
inline

Generated from constructor MR.PointCloudRelaxParams.PointCloudRelaxParams.

◆ PointCloudRelaxParams() [3/3]

MR.PointCloudRelaxParams.PointCloudRelaxParams ( PointCloudRelaxParams _other)
inline

Generated from constructor MR.PointCloudRelaxParams.PointCloudRelaxParams.

Member Function Documentation

◆ assign()

unsafe MR.PointCloudRelaxParams MR.PointCloudRelaxParams.assign ( MR.Const_PointCloudRelaxParams _other)
inline

Generated from method MR.PointCloudRelaxParams.operator=.

◆ operator MR.RelaxParams()

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

Property Documentation

◆ force

new unsafe ref float MR.PointCloudRelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

new unsafe ref int MR.PointCloudRelaxParams.iterations
get

number of iterations

◆ limitNearInitial

new unsafe ref bool MR.PointCloudRelaxParams.limitNearInitial
get

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

◆ maxInitialDist

new unsafe ref float MR.PointCloudRelaxParams.maxInitialDist
get

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

◆ neighborhoodRadius

new unsafe ref float MR.PointCloudRelaxParams.neighborhoodRadius
get

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

◆ region

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

region to relax


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