Changes between Version 6 and Version 7 of Grass7/RasterLib/ListOfFunctions
- Timestamp:
- 05/10/13 13:03:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/RasterLib/ListOfFunctions
v6 v7 3 3 See [wiki:Grass7/RasterLib raster library in GRASS7]. 4 4 5 * Rename fns: r380 82, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115, r38116, r38117, r38118, r38119, r38120, r38127, r38128, r38129, r38130, r381315 * Rename fns: r38003, r38082, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115, r38116, r38117, r38118, r38119, r38120, r38127, r38128, r38129, r38130, r38131 6 6 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]): … … 20 20 || G_add_modular_raster_color_rule || Rast_add_modular_color_rule || [source:grass/trunk/lib/raster/color_rule.c lib/raster/color_rule.c] || Renamed in r38113 21 21 || G_add_raster_color_rule || Rast_add_color_rule || [source:grass/trunk/lib/raster/color_rule.c lib/raster/color_rule.c] || Renamed in r38113 22 || G_allocate_cell_buf || || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Replaced by Rast_allocate_c_buf in r38082 22 || G_allocate_cell_buf || || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Replaced by Rast_allocate_c_buf in r38082 23 || G_allocate_raster_buf || || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Replaced by Rast_allocate_raster_buf in r38003 23 24 || G_allocate_c_raster_buf || Rast_allocate_c_buf || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed in r38082 24 25 || G_allocate_d_raster_buf || Rast_allocate_d_buf || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed in r38082 … … 27 28 || G_allocate_null_buf || Rast_allocate_null_buf || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || 28 29 || G_cell_stats_histo_eq || Rast_cell_stats_histo_eq || [source:grass/trunk/lib/raster/cellstats_eq.c lib/raster/cellstats_eq.c] || 29 || G_cell_stats_histo_eq || Rast_cell_stats_histo_eq || [source:grass/trunk/lib/raster/cellstats_eq.c lib/raster/cellstats_eq.c] ||30 || G_cell_stats_histo_eq || Rast_cell_stats_histo_eq || [source:grass/trunk/lib/raster/cellstats_eq.c lib/raster/cellstats_eq.c] || 30 31 || G_cellvalue_format || Rast_get_cell_format || [source:grass/trunk/lib/raster/opencell.c lib/raster/opencell.c] || Renamed in r38120 31 32 || G!__check_for_auto_masking || Rast!__check_for_auto_masking || [source:grass/trunk/lib/raster/auto_mask.c lib/raster/auto_mask.c] ||