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

Outlier point search parameters Generated from class MR.FindOutliersParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_FindOutliersParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FindOutliersParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FindOutliersParams (MR.Const_OutlierParams finderParams, float radius, MR.OutlierTypeMask mask, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.FindOutliersParams elementwise.
 
unsafe Const_FindOutliersParams (MR._ByValue_FindOutliersParams _other)
 Generated from constructor MR.FindOutliersParams.FindOutliersParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_OutlierParams finderParams [get]
 Radius of the search for neighboring points for analysis.
 
unsafe float radius [get]
 Mask of the types of outliers that are looking for.
 
unsafe MR.OutlierTypeMask mask [get]
 Progress callback.
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 
- Properties inherited from MR.Misc.Object< Const_FindOutliersParams >
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_FindOutliersParams >
bool _IsOwningVal
 

Detailed Description

Outlier point search parameters Generated from class MR.FindOutliersParams. This is the const half of the class.


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