Changes between Version 29 and Version 30 of Grass7/RasterLib


Ignore:
Timestamp:
Jun 28, 2009, 1:49:46 PM (15 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/RasterLib

    v29 v30  
    66 * r38003 - selected fns moved from gislib to rasterlib
    77 * Various fixes: r38005, r38006, r38007, r38008, r38010
    8  * Rename fns: r38082, r38083, r38099, r38106, r38109, r38110
     8 * Rename fns: r38082, r38083, r38099, r38106, r38109, r38110, r38112
    99
    1010Here 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]):
     
    124124||  G!__organize_colors  ||  Rast!__organize_colors  || [source:grass/trunk/lib/raster/color_org.c lib/raster/color_org.c] || 
    125125||  G_make_random_colors  ||  Rast_make_random_colors  || [source:grass/trunk/lib/raster/color_rand.c lib/raster/color_rand.c] || 
    126 ||  G_set_color_range  ||  Rast_set_c_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] || Renamed in r38109
     126||  G_set_color_range  ||  Rast_set_c_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] || Renamed in r38112
    127127||  G_set_d_color_range  ||  Rast_set_d_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] || 
    128 ||  G_get_color_range  ||  Rast_get_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] ||  
     128||  G_get_color_range  ||  Rast_get_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] || Renamed in r38109
    129129||  G_get_d_color_range  ||  Rast_get_d_color_range  || [source:grass/trunk/lib/raster/color_range.c lib/raster/color_range.c] || 
    130130||  G_read_colors  ||  Rast_read_colors  || [source:grass/trunk/lib/raster/color_read.c lib/raster/color_read.c] ||