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

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

+ Inheritance diagram for MR.OutlierParams:

Public Member Functions

unsafe OutlierParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe OutlierParams (int maxClusterSize, int maxNeighbors, float minHeight, float minAngle)
 Constructs MR.OutlierParams elementwise.
 
unsafe OutlierParams (MR.Const_OutlierParams _other)
 Generated from constructor MR.OutlierParams.OutlierParams.
 
 OutlierParams (OutlierParams _other)
 Generated from constructor MR.OutlierParams.OutlierParams.
 
unsafe MR.OutlierParams assign (MR.Const_OutlierParams _other)
 Generated from method MR.OutlierParams.operator=.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ OutlierParams() [1/4]

unsafe MR.OutlierParams.OutlierParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ OutlierParams() [2/4]

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

Constructs MR.OutlierParams elementwise.

◆ OutlierParams() [3/4]

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

Generated from constructor MR.OutlierParams.OutlierParams.

◆ OutlierParams() [4/4]

MR.OutlierParams.OutlierParams ( OutlierParams _other)
inline

Generated from constructor MR.OutlierParams.OutlierParams.

Member Function Documentation

◆ assign()

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

Generated from method MR.OutlierParams.operator=.

Property Documentation

◆ maxClusterSize

new unsafe ref int MR.OutlierParams.maxClusterSize
get

Maximum points in the outlier component.

◆ maxNeighbors

new unsafe ref int MR.OutlierParams.maxNeighbors
get

Maximum number of adjacent points for an outlier point.

◆ minAngle

new unsafe ref float MR.OutlierParams.minAngle
get

Minimum angle of difference of normal at outlier points

Note
available only if there are normals

◆ minHeight

new unsafe ref float MR.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: