#include <SimpleViews.h>
Public Attributes | |
| double | firstThreshold |
| double | secondThreshold |
| uint32_t | passArea |
| uint32_t | regionUnits |
Descriptor for threshold layer parameters.
Definition at line 252 of file SimpleViews.h.
The first threshold value in the specified regionUnits.
Definition at line 254 of file SimpleViews.h.
The second threshold value in the specified regionUnits.
Certain pass area values ignore the second threshold
Definition at line 255 of file SimpleViews.h.
| uint32_t ThresholdLayerInfo::passArea |
The pass area.
0 -> Below 1st threshold value. 1 -> Above 1st threshold value. 2 -> Between 1st and 2nd threshold values. 3 -> Everywhere except between 1st and 2nd threshold values.
Definition at line 257 of file SimpleViews.h.
| uint32_t ThresholdLayerInfo::regionUnits |
Define the units for the threshold values.
0 -> Raw values, 1 -> Percentage, 2 -> Percentile, 3 -> Std dev.
Definition at line 261 of file SimpleViews.h.