Changes between Version 5 and Version 6 of Grass7/RasterLib/ListOfFunctions
- Timestamp:
- 04/23/12 04:59:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/RasterLib/ListOfFunctions
v5 v6 7 7 Here is the list of functions marked to be move to raster library (for full list see [source:grass/trunk/include/rasterdefs.h include/rasterdefs.h]): 8 8 9 || '''GIS library fn''' || '''Raster library fn''' || '''File''' || '''Notes''' 9 10 || G_abs_log_colors || G_abs_log_colors || [source:grass/trunk/lib/raster/color_xform.c lib/raster/color_xform.c] || 10 11 || G_add_color_rule || || [source:grass/trunk/lib/raster/color_rule.c lib/raster/color_rule.c] || Replaced by Rast_add_c_color_rule in r38113 … … 159 160 || G_is_d_null_value || Rast_is_d_null_value || [source:grass/trunk/lib/raster/null_val.c lib/raster/null_val.c] || 160 161 || G_is_f_null_value || Rast_is_f_null_value || [source:grass/trunk/lib/raster/null_val.c lib/raster/null_val.c] || 161 || '''GIS library fn''' || '''Raster library fn''' || '''File''' || '''Notes'''162 162 || G_is_null_value || Rast_is_null_value || [source:grass/trunk/lib/raster/null_val.c lib/raster/null_val.c] || 163 163 || G_is_reclassed_to || Rast_is_reclassed_to || [source:grass/trunk/lib/raster/reclass.c lib/raster/reclass.c] ||