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

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.
 

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)
 

Properties

unsafe MR.RelaxApproxType type [get]
 
unsafe float neighborhoodRadius [get]
 
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
 
- Properties inherited from MR.Misc.Object< Const_PointCloudApproxRelaxParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_PointCloudApproxRelaxParams >
bool _IsOwningVal
 

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.

Property Documentation

◆ neighborhoodRadius

unsafe float MR.Const_PointCloudApproxRelaxParams.neighborhoodRadius
get

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


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