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

Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the const half of the class. More...

Inheritance diagram for MR.Const_OutlierParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_OutlierParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_OutlierParams (int maxClusterSize, int maxNeighbors, float minHeight, float minAngle)
 Constructs MR.OutlierParams elementwise.
unsafe Const_OutlierParams (MR.Const_OutlierParams _other)
 Generated from constructor MR.OutlierParams.OutlierParams.
 Const_OutlierParams (OutlierParams _other)
 Generated from constructor MR.OutlierParams.OutlierParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_maxClusterSize
unsafe int * __ref_storage_maxNeighbors
unsafe float * __ref_storage_minHeight
unsafe float * __ref_storage_minAngle

Properties

unsafe int maxClusterSize [get]
 Maximum points in the outlier component.
unsafe int maxNeighbors [get]
 Maximum number of adjacent points for an outlier point.
unsafe float minHeight [get]
 Minimum distance (as proportion of search radius) to the approximate surface from outliers point.
unsafe float minAngle [get]
 Minimum angle of difference of normal at outlier points.

Detailed Description

Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_OutlierParams() [1/4]

unsafe MR.Const_OutlierParams.Const_OutlierParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_OutlierParams() [2/4]

unsafe MR.Const_OutlierParams.Const_OutlierParams ( int maxClusterSize,
int maxNeighbors,
float minHeight,
float minAngle )
inline

Constructs MR.OutlierParams elementwise.

◆ Const_OutlierParams() [3/4]

unsafe MR.Const_OutlierParams.Const_OutlierParams ( MR.Const_OutlierParams _other)
inline

Generated from constructor MR.OutlierParams.OutlierParams.

◆ Const_OutlierParams() [4/4]

MR.Const_OutlierParams.Const_OutlierParams ( OutlierParams _other)
inline

Generated from constructor MR.OutlierParams.OutlierParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_OutlierParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_maxClusterSize

unsafe int* MR.Const_OutlierParams.__ref_storage_maxClusterSize
protected

◆ __ref_storage_maxNeighbors

unsafe int* MR.Const_OutlierParams.__ref_storage_maxNeighbors
protected

◆ __ref_storage_minAngle

unsafe float* MR.Const_OutlierParams.__ref_storage_minAngle
protected

◆ __ref_storage_minHeight

unsafe float* MR.Const_OutlierParams.__ref_storage_minHeight
protected

Property Documentation

◆ maxClusterSize

unsafe int MR.Const_OutlierParams.maxClusterSize
get

Maximum points in the outlier component.

◆ maxNeighbors

unsafe int MR.Const_OutlierParams.maxNeighbors
get

Maximum number of adjacent points for an outlier point.

◆ minAngle

unsafe float MR.Const_OutlierParams.minAngle
get

Minimum angle of difference of normal at outlier points.

Note
available only if there are normals

◆ minHeight

unsafe float MR.Const_OutlierParams.minHeight
get

Minimum distance (as proportion of search radius) to the approximate surface from outliers point.


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