Changes between Version 13 and Version 14 of Grass7/RasterLib


Ignore:
Timestamp:
Jun 25, 2009, 2:12:49 PM (15 years ago)
Author:
martinl
Comment:

in r38082

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/RasterLib

    v13 v14  
    55Progress:
    66 * r38003 - selected fns moved from gislib to rasterlib
    7  * r38005, r38006, r38007, r38008, r38010
     7 * Various fixes: r38005, r38006, r38007, r38008, r38010
     8 * Rename fns: r38082
    89
    910Here is the list of functions marked to be move to raster library (for full list see [source:grass/trunk/include/raster.h include/raster.h]):
    1011
    1112|| '''GIS library fn''' || '''Raster library fn''' || '''File''' || '''Notes'''
    12 ||  G_raster_size  ||  Rast_cell_size  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed
    13 ||  G_allocate_cell_buf  || || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] ||  Replaced by Rast_allocate_c_buf
    14 ||  G_allocate_c_raster_buf  ||  Rast_allocate_c_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed
    15 ||  G_allocate_f_raster_buf  ||  Rast_allocate_f_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed
    16 ||  G_allocate_d_raster_buf  ||  Rast_allocate_d_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed
     13||  G_raster_size  ||  Rast_cell_size  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed in r38082
     14||  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
     15||  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
     16||  G_allocate_f_raster_buf  ||  Rast_allocate_f_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || Renamed in r38082
     17||  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
    1718||  G_allocate_null_buf  ||  Rast_allocate_null_buf  || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] || 
    1819||  G!__allocate_null_bits  || Rast!__allocate_null_bits || [source:grass/trunk/lib/raster/alloc_cell.c lib/raster/alloc_cell.c] ||