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

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

Inheritance diagram for MR.Const_PointCloudApproxRelaxParams:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator MR.Const_RelaxParams (Const_PointCloudApproxRelaxParams self)
static unsafe implicit operator MR.Const_PointCloudRelaxParams (Const_PointCloudApproxRelaxParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.RelaxApproxType__ref_storage_type
unsafe float * __ref_storage_neighborhoodRadius
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 MR.RelaxApproxType type [get]
unsafe float neighborhoodRadius [get]
 radius to find neighbors in, 0.0 - default, 0.1*boundibg box diagonal
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.PointCloudApproxRelaxParams. Base classes: Direct: (non-virtual) MR.PointCloudRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PointCloudApproxRelaxParams() [1/3]

unsafe MR.Const_PointCloudApproxRelaxParams.Const_PointCloudApproxRelaxParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointCloudApproxRelaxParams() [2/3]

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

◆ Const_PointCloudApproxRelaxParams() [3/3]

MR.Const_PointCloudApproxRelaxParams.Const_PointCloudApproxRelaxParams ( PointCloudApproxRelaxParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointCloudApproxRelaxParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator MR.Const_PointCloudRelaxParams()

unsafe implicit MR.Const_PointCloudApproxRelaxParams.operator MR.Const_PointCloudRelaxParams ( Const_PointCloudApproxRelaxParams self)
inlinestatic

◆ operator MR.Const_RelaxParams()

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

Member Data Documentation

◆ __ptr_storage_region

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

◆ __ref_storage_force

unsafe float* MR.Const_PointCloudApproxRelaxParams.__ref_storage_force
protected

◆ __ref_storage_iterations

unsafe int* MR.Const_PointCloudApproxRelaxParams.__ref_storage_iterations
protected

◆ __ref_storage_limitNearInitial

unsafe bool* MR.Const_PointCloudApproxRelaxParams.__ref_storage_limitNearInitial
protected

◆ __ref_storage_maxInitialDist

unsafe float* MR.Const_PointCloudApproxRelaxParams.__ref_storage_maxInitialDist
protected

◆ __ref_storage_neighborhoodRadius

unsafe float* MR.Const_PointCloudApproxRelaxParams.__ref_storage_neighborhoodRadius
protected

◆ __ref_storage_type

unsafe MR.RelaxApproxType* MR.Const_PointCloudApproxRelaxParams.__ref_storage_type
protected

Property Documentation

◆ force

unsafe float MR.Const_PointCloudApproxRelaxParams.force
get

speed of relaxing, typical values (0.0, 0.5]

◆ iterations

unsafe int MR.Const_PointCloudApproxRelaxParams.iterations
get

number of iterations

◆ limitNearInitial

unsafe bool MR.Const_PointCloudApproxRelaxParams.limitNearInitial
get

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

◆ maxInitialDist

unsafe float MR.Const_PointCloudApproxRelaxParams.maxInitialDist
get

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

◆ neighborhoodRadius

unsafe float MR.Const_PointCloudApproxRelaxParams.neighborhoodRadius
get

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

◆ region

unsafe MR.? Const_VertBitSet MR.Const_PointCloudApproxRelaxParams.region
get

region to relax

◆ type

unsafe MR.RelaxApproxType MR.Const_PointCloudApproxRelaxParams.type
get

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