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

A class for searching for outliers of points @detail The class caches the prepared search results, which allows to speed up the repeat search (while use same radius) Generated from class MR.OutliersDetector. This is the const half of the class. More...

Inheritance diagram for MR.Const_OutliersDetector:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_OutliersDetector ()
 Constructs an empty (default-constructed) instance.
unsafe Const_OutliersDetector (MR._ByValue_OutliersDetector _other)
 Generated from constructor MR.OutliersDetector.OutliersDetector.
 Const_OutliersDetector (Const_OutliersDetector _other)
 Generated from constructor MR.OutliersDetector.OutliersDetector.
 Const_OutliersDetector (OutliersDetector _other)
 Generated from constructor MR.OutliersDetector.OutliersDetector.
unsafe MR.Const_OutlierParams getParams ()
 Get search parameters Generated from method MR.OutliersDetector.getParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

A class for searching for outliers of points @detail The class caches the prepared search results, which allows to speed up the repeat search (while use same radius) Generated from class MR.OutliersDetector. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_OutliersDetector() [1/4]

unsafe MR.Const_OutliersDetector.Const_OutliersDetector ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_OutliersDetector() [2/4]

unsafe MR.Const_OutliersDetector.Const_OutliersDetector ( MR._ByValue_OutliersDetector _other)
inline

Generated from constructor MR.OutliersDetector.OutliersDetector.

◆ Const_OutliersDetector() [3/4]

MR.Const_OutliersDetector.Const_OutliersDetector ( Const_OutliersDetector _other)
inline

Generated from constructor MR.OutliersDetector.OutliersDetector.

◆ Const_OutliersDetector() [4/4]

MR.Const_OutliersDetector.Const_OutliersDetector ( OutliersDetector _other)
inline

Generated from constructor MR.OutliersDetector.OutliersDetector.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_OutliersDetector.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getParams()

unsafe MR.Const_OutlierParams MR.Const_OutliersDetector.getParams ( )
inline

Get search parameters Generated from method MR.OutliersDetector.getParams.


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