Changes between Version 6 and Version 7 of Grass7/RasterLib/ListOfFunctions


Ignore:
Timestamp:
May 10, 2013, 1:03:24 PM (11 years ago)
Author:
neteler
Comment:

+G_allocate_raster_buf -> Rast_allocate_raster_buf

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/RasterLib/ListOfFunctions

    v6 v7  
    33See [wiki:Grass7/RasterLib raster library in GRASS7].
    44
    5  * Rename fns: r38082, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115, r38116, r38117, r38118, r38119, r38120, r38127, r38128, r38129, r38130, r38131
     5 * Rename fns: r38003, r38082, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115, r38116, r38117, r38118, r38119, r38120, r38127, r38128, r38129, r38130, r38131
    66
    77Here 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]):
     
    2020||  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 
    2121||  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
    2324||  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
    2425||  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
     
    2728||  G_allocate_null_buf  ||  Rast_allocate_null_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || 
    2829||  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] ||
    3031||  G_cellvalue_format  ||  Rast_get_cell_format  || [source:grass/trunk/lib/raster/opencell.c lib/raster/opencell.c] ||  Renamed in r38120
    3132||  G!__check_for_auto_masking  ||  Rast!__check_for_auto_masking  || [source:grass/trunk/lib/raster/auto_mask.c lib/raster/auto_mask.c] ||