Generated from class MR.ImproveSamplingSettings. This is the non-const half of the class.
More...
|
| new unsafe ref int | numIters [get] |
| | the number of algorithm iterations to perform
|
| |
| new unsafe ref int | minPointsInSample [get] |
| |
| new unsafe MR.? VertMap | pt2sm [get, set] |
| | optional output: mapping from input point id to sample id
|
| |
| new unsafe MR.? PointCloud | cloudOfSamples [get, set] |
| | optional output: new cloud containing averaged points and normals for each sample
|
| |
| new unsafe MR.? Vector_Int_MRVertId | ptsInSm [get, set] |
| | optional output: the number of points in each sample
|
| |
| new unsafe MR.? Const_VertColors | ptColors [get, set] |
| | optional input: colors of input points
|
| |
| new unsafe MR.? VertColors | smColors [get, set] |
| | optional output: averaged colors of samples
|
| |
| new unsafe MR.Std.Function_BoolFuncFromFloat | progress [get, protected set] |
| | output progress status and receive cancel signal
|
| |
Generated from class MR.ImproveSamplingSettings. This is the non-const half of the class.
◆ ImproveSamplingSettings() [1/5]
| unsafe MR.ImproveSamplingSettings.ImproveSamplingSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ImproveSamplingSettings() [2/5]
◆ ImproveSamplingSettings() [3/5]
| unsafe MR.ImproveSamplingSettings.ImproveSamplingSettings |
( |
MR._ByValue_ImproveSamplingSettings | _other | ) |
|
|
inline |
Generated from constructor MR.ImproveSamplingSettings.ImproveSamplingSettings.
◆ ImproveSamplingSettings() [4/5]
| MR.ImproveSamplingSettings.ImproveSamplingSettings |
( |
Const_ImproveSamplingSettings | _other | ) |
|
|
inline |
Generated from constructor MR.ImproveSamplingSettings.ImproveSamplingSettings.
◆ ImproveSamplingSettings() [5/5]
Generated from constructor MR.ImproveSamplingSettings.ImproveSamplingSettings.
◆ assign()
Generated from method MR.ImproveSamplingSettings.operator=.
◆ cloudOfSamples
| new unsafe MR.? PointCloud MR.ImproveSamplingSettings.cloudOfSamples |
|
getset |
optional output: new cloud containing averaged points and normals for each sample
◆ minPointsInSample
| new unsafe ref int MR.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
◆ numIters
| new unsafe ref int MR.ImproveSamplingSettings.numIters |
|
get |
the number of algorithm iterations to perform
◆ progress
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.ImproveSamplingSettings.progress |
|
getprotected set |
output progress status and receive cancel signal
◆ pt2sm
| new unsafe MR.? VertMap MR.ImproveSamplingSettings.pt2sm |
|
getset |
optional output: mapping from input point id to sample id
◆ ptColors
| new unsafe MR.? Const_VertColors MR.ImproveSamplingSettings.ptColors |
|
getset |
optional input: colors of input points
◆ ptsInSm
optional output: the number of points in each sample
◆ smColors
| new unsafe MR.? VertColors MR.ImproveSamplingSettings.smColors |
|
getset |
optional output: averaged colors of samples
The documentation for this class was generated from the following file: