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

Generated from class MR.ImproveSamplingSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ImproveSamplingSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ImproveSamplingSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ImproveSamplingSettings (int numIters, int minPointsInSample, MR.VertMap? pt2sm, MR.PointCloud? cloudOfSamples, MR.Vector_Int_MRVertId? ptsInSm, MR.Const_VertColors? ptColors, MR.VertColors? smColors, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.ImproveSamplingSettings elementwise.
 
unsafe Const_ImproveSamplingSettings (MR._ByValue_ImproveSamplingSettings _other)
 Generated from constructor MR.ImproveSamplingSettings.ImproveSamplingSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe int numIters [get]
 the number of algorithm iterations to perform
 
unsafe int minPointsInSample [get]
 
unsafe MR.? VertMap pt2sm [get]
 optional output: mapping from input point id to sample id
 
unsafe MR.? PointCloud cloudOfSamples [get]
 optional output: new cloud containing averaged points and normals for each sample
 
unsafe MR.? Vector_Int_MRVertId ptsInSm [get]
 optional output: the number of points in each sample
 
unsafe MR.? Const_VertColors ptColors [get]
 optional input: colors of input points
 
unsafe MR.? VertColors smColors [get]
 optional output: averaged colors of samples
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 output progress status and receive cancel signal
 
- Properties inherited from MR.Misc.Object< Const_ImproveSamplingSettings >
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_ImproveSamplingSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.ImproveSamplingSettings. This is the const half of the class.

Property Documentation

◆ minPointsInSample

unsafe int MR.Const_ImproveSamplingSettings.minPointsInSample
get

if a sample represents less than this number of input points then such sample will be discarded; it can be used to remove outliers


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