Generated from class MR.PolylineComponents.LargeByLengthComponentsSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe int | maxLargeComponents [get] |
| | return at most given number of largest by length connected components
|
| unsafe MR.Misc.? Box< int > | numSmallerComponents [get] |
| | optional output: the number of components in addition to returned ones
|
| unsafe float | minLength [get] |
| | do not consider a component large if its length is below this value
|
Generated from class MR.PolylineComponents.LargeByLengthComponentsSettings. This is the const half of the class.
◆ Const_LargeByLengthComponentsSettings() [1/4]
| unsafe MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_LargeByLengthComponentsSettings() [2/4]
| unsafe MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings |
( |
int | maxLargeComponents, |
|
|
MR.Misc.InOut< int >? | numSmallerComponents, |
|
|
float | minLength ) |
|
inline |
◆ Const_LargeByLengthComponentsSettings() [3/4]
◆ Const_LargeByLengthComponentsSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_numSmallerComponents
| unsafe int** MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ptr_storage_numSmallerComponents |
|
protected |
◆ __ref_storage_maxLargeComponents
| unsafe int* MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ref_storage_maxLargeComponents |
|
protected |
◆ __ref_storage_minLength
| unsafe float* MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ref_storage_minLength |
|
protected |
◆ maxLargeComponents
| unsafe int MR.PolylineComponents.Const_LargeByLengthComponentsSettings.maxLargeComponents |
|
get |
return at most given number of largest by length connected components
◆ minLength
| unsafe float MR.PolylineComponents.Const_LargeByLengthComponentsSettings.minLength |
|
get |
do not consider a component large if its length is below this value
◆ numSmallerComponents
| unsafe MR.Misc.? Box<int> MR.PolylineComponents.Const_LargeByLengthComponentsSettings.numSmallerComponents |
|
get |
optional output: the number of components in addition to returned ones
The documentation for this class was generated from the following file: