Array2D Bitmap generation parameters. More...
Public Member Functions | |
| A2DBitMapGenPars () | |
Static Public Member Functions | |
| static const char | cNoFill () |
| -127, = background/transparent | |
Public Attributes | |
| bool | nointerpol_ |
| Do not interpolate between actual samples. | |
| bool | autoscale_ |
| If not, use the scale_. | |
| bool | fliplr_ |
| Flip left/right. | |
| bool | fliptb_ |
| Flip top/bottom. | |
| Interval< float > | clipratio_ |
| float | midvalue_ |
| if mUdf(float), use the median data value | |
| Interval< float > | scale_ |
| Used when autoscale_ is false. | |
Array2D Bitmap generation parameters.
| A2DBitMapGenPars::A2DBitMapGenPars | ( | ) | [inline] |
| static const char A2DBitMapGenPars::cNoFill | ( | ) | [static] |
-127, = background/transparent
If not, use the scale_.
ratio of numbers to be clipped before determining min/max, only when autoscale_
Flip left/right.
Flip top/bottom.
if mUdf(float), use the median data value
Do not interpolate between actual samples.
| Interval<float> A2DBitMapGenPars::scale_ |
Used when autoscale_ is false.
1.7.1