Generated from class MR.ImproveSamplingSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe int | numIters [get] |
| | the number of algorithm iterations to perform
|
| unsafe int | 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
|
| unsafe MR.? VertMap | pt2sm [get] |
| | optional output: mapping from input point id to sample id
|
| unsafe MR.? PointCloud | cloudOfSamples [get] |
| | optional output: new cloud containing averaged points and normals for each sample
|
| unsafe MR.? Vector_Int_MRVertId | ptsInSm [get] |
| | optional output: the number of points in each sample
|
| unsafe MR.? Const_VertColors | ptColors [get] |
| | optional input: colors of input points
|
| unsafe MR.? VertColors | smColors [get] |
| | optional output: averaged colors of samples
|
| unsafe MR.Std.Const_Function_Bool_From_Float | progress [get, protected set] |
| | output progress status and receive cancel signal
|
Generated from class MR.ImproveSamplingSettings. This is the const half of the class.
◆ Const_ImproveSamplingSettings() [1/5]
| unsafe MR.Const_ImproveSamplingSettings.Const_ImproveSamplingSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ImproveSamplingSettings() [2/5]
◆ Const_ImproveSamplingSettings() [3/5]
| unsafe MR.Const_ImproveSamplingSettings.Const_ImproveSamplingSettings |
( |
MR._ByValue_ImproveSamplingSettings | _other | ) |
|
|
inline |
◆ Const_ImproveSamplingSettings() [4/5]
◆ Const_ImproveSamplingSettings() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_ImproveSamplingSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ImproveSamplingSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_cloudOfSamples
| unsafe MR.PointCloud._Underlying** MR.Const_ImproveSamplingSettings.__ptr_storage_cloudOfSamples |
|
protected |
◆ __ptr_storage_pt2sm
| unsafe MR.VertMap._Underlying** MR.Const_ImproveSamplingSettings.__ptr_storage_pt2sm |
|
protected |
◆ __ptr_storage_ptColors
| unsafe MR.Const_VertColors._Underlying** MR.Const_ImproveSamplingSettings.__ptr_storage_ptColors |
|
protected |
◆ __ptr_storage_ptsInSm
| unsafe MR.Vector_Int_MRVertId._Underlying** MR.Const_ImproveSamplingSettings.__ptr_storage_ptsInSm |
|
protected |
◆ __ptr_storage_smColors
| unsafe MR.VertColors._Underlying** MR.Const_ImproveSamplingSettings.__ptr_storage_smColors |
|
protected |
◆ __ref_storage_minPointsInSample
| unsafe int* MR.Const_ImproveSamplingSettings.__ref_storage_minPointsInSample |
|
protected |
◆ __ref_storage_numIters
| unsafe int* MR.Const_ImproveSamplingSettings.__ref_storage_numIters |
|
protected |
◆ cloudOfSamples
| unsafe MR.? PointCloud MR.Const_ImproveSamplingSettings.cloudOfSamples |
|
get |
optional output: new cloud containing averaged points and normals for each sample
◆ minPointsInSample
| unsafe int MR.Const_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
| unsafe int MR.Const_ImproveSamplingSettings.numIters |
|
get |
the number of algorithm iterations to perform
◆ progress
| unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_ImproveSamplingSettings.progress |
|
getprotected set |
output progress status and receive cancel signal
◆ pt2sm
| unsafe MR.? VertMap MR.Const_ImproveSamplingSettings.pt2sm |
|
get |
optional output: mapping from input point id to sample id
◆ ptColors
optional input: colors of input points
◆ ptsInSm
optional output: the number of points in each sample
◆ smColors
| unsafe MR.? VertColors MR.Const_ImproveSamplingSettings.smColors |
|
get |
optional output: averaged colors of samples
The documentation for this class was generated from the following file: