PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
double rt_pixtype_get_min_value | ( | rt_pixtype | pixtype | ) |
Return minimum value possible for pixel type.
pixtype | : the pixel type to get minimum possible value for |
Definition at line 148 of file rt_pixel.c.
References PT_16BSI, PT_16BUI, PT_1BB, PT_2BUI, PT_32BF, PT_32BSI, PT_32BUI, PT_4BUI, PT_64BF, PT_8BSI, PT_8BUI, rt_util_clamp_to_16BSI(), rt_util_clamp_to_16BUI(), rt_util_clamp_to_1BB(), rt_util_clamp_to_2BUI(), rt_util_clamp_to_32BSI(), rt_util_clamp_to_32BUI(), rt_util_clamp_to_4BUI(), rt_util_clamp_to_8BSI(), rt_util_clamp_to_8BUI(), and rterror().
Referenced by RASTER_mapAlgebra2(), RASTER_minPossibleValue(), RASTER_union_transfn(), rt_band_corrected_clamped_value(), rt_band_get_min_value(), rt_band_get_nearest_pixel(), and test_pixtype_get_min_value().