[GRASS-SVN] r38067 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 24 15:35:15 EDT 2009
Author: martinl
Date: 2009-06-24 15:35:15 -0400 (Wed, 24 Jun 2009)
New Revision: 38067
Modified:
grass/trunk/lib/raster/alloc_cell.c
grass/trunk/lib/raster/auto_mask.c
grass/trunk/lib/raster/cats.c
grass/trunk/lib/raster/cell_stats.c
grass/trunk/lib/raster/closecell.c
grass/trunk/lib/raster/color_compat.c
grass/trunk/lib/raster/color_free.c
grass/trunk/lib/raster/color_get.c
grass/trunk/lib/raster/color_hist.c
grass/trunk/lib/raster/color_init.c
grass/trunk/lib/raster/color_look.c
grass/trunk/lib/raster/color_range.c
grass/trunk/lib/raster/color_read.c
grass/trunk/lib/raster/color_rule.c
grass/trunk/lib/raster/color_rule_get.c
grass/trunk/lib/raster/color_set.c
grass/trunk/lib/raster/color_str.c
grass/trunk/lib/raster/color_write.c
grass/trunk/lib/raster/get_cellhd.c
grass/trunk/lib/raster/get_row.c
grass/trunk/lib/raster/get_row_colr.c
grass/trunk/lib/raster/history.c
grass/trunk/lib/raster/init.c
grass/trunk/lib/raster/maskfd.c
grass/trunk/lib/raster/null_val.c
grass/trunk/lib/raster/opencell.c
grass/trunk/lib/raster/put_cellhd.c
grass/trunk/lib/raster/quant.c
grass/trunk/lib/raster/quant_rw.c
grass/trunk/lib/raster/range.c
grass/trunk/lib/raster/raster.c
grass/trunk/lib/raster/reclass.c
grass/trunk/lib/raster/sample.c
grass/trunk/lib/raster/set_window.c
grass/trunk/lib/raster/window_map.c
grass/trunk/lib/raster/zero_cell.c
Log:
file doxygen header updated
Modified: grass/trunk/lib/raster/alloc_cell.c
===================================================================
--- grass/trunk/lib/raster/alloc_cell.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/alloc_cell.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/alloc_cell.c
+ * \file raster/alloc_cell.c
*
- * \brief GIS Library - Raster allocation routines.
+ * \brief Raster Library - Raster allocation routines.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/auto_mask.c
===================================================================
--- grass/trunk/lib/raster/auto_mask.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/auto_mask.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -2,7 +2,7 @@
/**
* \file auto_mask.c
*
- * \brief GIS Library - Auto masking routines.
+ * \brief Raster Library - Auto masking routines.
*
* (C) 2001-2008 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/cats.c
===================================================================
--- grass/trunk/lib/raster/cats.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/cats.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/cats.c
+ * \file raster/cats.c
*
- * \brief GIS Library - Raster categories management
+ * \brief Raster Library - Raster categories management
*
* Code in this file works with category files. There are two formats:
* Pre 3.0 direct category encoding form:
Modified: grass/trunk/lib/raster/cell_stats.c
===================================================================
--- grass/trunk/lib/raster/cell_stats.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/cell_stats.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/cell_stats.c
+ * \file raster/cell_stats.c
*
- * \brief GIS Library - Raster cell statistics
+ * \brief Raster Library - Raster cell statistics
*
* (C) 2001-2009 GRASS Development Team
*
Modified: grass/trunk/lib/raster/closecell.c
===================================================================
--- grass/trunk/lib/raster/closecell.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/closecell.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/closecell.c
+ * \file raster/closecell.c
*
- * \brief GIS Library - Close raster file
+ * \brief Raster Library - Close raster file
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_compat.c
===================================================================
--- grass/trunk/lib/raster/color_compat.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_compat.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_compat.c
+ * \file raster/color_compat.c
*
- * \brief GIS Library - Predefined color tables
+ * \brief Raster Library - Predefined color tables
*
* (C) 2007-2009 Glynn Clements and the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_free.c
===================================================================
--- grass/trunk/lib/raster/color_free.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_free.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_free.c
+ * \file raster/color_free.c
*
- * \brief GIS Library - Free Colors structure
+ * \brief Raster Library - Free Colors structure
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_get.c
===================================================================
--- grass/trunk/lib/raster/color_get.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_get.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_get.c
+ * \file raster/color_get.c
*
- * \brief GIS Library - Get colors from a raster map.
+ * \brief Raster Library - Get colors from a raster map.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_hist.c
===================================================================
--- grass/trunk/lib/raster/color_hist.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_hist.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_hist.c
+ * \file raster/color_hist.c
*
- * \brief GIS Library - histogram grey scale colors
+ * \brief Raster Library - histogram grey scale colors
*
* (C) 2007-2009 Glynn Clements and the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_init.c
===================================================================
--- grass/trunk/lib/raster/color_init.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_init.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_init.c
+ * \file raster/color_init.c
*
- * \brief GIS Library - Initialize Colors structure
+ * \brief Raster Library - Initialize Colors structure
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_look.c
===================================================================
--- grass/trunk/lib/raster/color_look.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_look.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_lookup.c
+ * \file raster/color_lookup.c
*
- * \brief GIS Library - Lookup array of colors
+ * \brief Raster Library - Lookup array of colors
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_range.c
===================================================================
--- grass/trunk/lib/raster/color_range.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_range.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_range.c
+ * \file raster/color_range.c
*
- * \brief GIS Library - Color range functions.
+ * \brief Raster Library - Color range functions.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_read.c
===================================================================
--- grass/trunk/lib/raster/color_read.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_read.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_read.c
+ * \file raster/color_read.c
*
- * \brief GIS Library - Read color table of raster map
+ * \brief Raster Library - Read color table of raster map
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_rule.c
===================================================================
--- grass/trunk/lib/raster/color_rule.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_rule.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_rule.c
+ * \file raster/color_rule.c
*
- * \brief GIS Library - Color rules.
+ * \brief Raster Library - Color rules.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_rule_get.c
===================================================================
--- grass/trunk/lib/raster/color_rule_get.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_rule_get.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -2,7 +2,7 @@
/**
* \file color_rule_get.c
*
- * \brief GIS Library - Get color rules.
+ * \brief Raster Library - Get color rules.
*
* (C) 2001-2008 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_set.c
===================================================================
--- grass/trunk/lib/raster/color_set.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_set.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_set.c
+ * \file raster/color_set.c
*
- * \brief GIS Library - Set colors for raster maps.
+ * \brief Raster Library - Set colors for raster maps.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/color_str.c
===================================================================
--- grass/trunk/lib/raster/color_str.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_str.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
\file color_str.c
- \brief GIS library - color management, named color to RGB triplet
+ \brief Raster library - color management, named color to RGB triplet
(C) 2001-2008 by the GRASS Development Team
Modified: grass/trunk/lib/raster/color_write.c
===================================================================
--- grass/trunk/lib/raster/color_write.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/color_write.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/color_write.c
+ * \file raster/color_write.c
*
- * \brief GIS Library - Write color table of raster map
+ * \brief Raster Library - Write color table of raster map
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/get_cellhd.c
===================================================================
--- grass/trunk/lib/raster/get_cellhd.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/get_cellhd.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- \file gis/get_cellhd.c
+ \file raster/get_cellhd.c
- \brief GIS library - Read raster map header
+ \brief Raster library - Read raster map header
(C) 2001-2009 by the GRASS Development Team
Modified: grass/trunk/lib/raster/get_row.c
===================================================================
--- grass/trunk/lib/raster/get_row.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/get_row.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- \file gis/get_row.c
+ \file raster/get_row.c
- \brief GIS library - Get raster row
+ \brief Raster library - Get raster row
(C) 2003-2009 by the GRASS Development Team
Modified: grass/trunk/lib/raster/get_row_colr.c
===================================================================
--- grass/trunk/lib/raster/get_row_colr.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/get_row_colr.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/get_row_colr.c
+ * \file raster/get_row_colr.c
*
- * \brief GIS Library - Get raster row (colors)
+ * \brief Raster Library - Get raster row (colors)
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/history.c
===================================================================
--- grass/trunk/lib/raster/history.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/history.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/history.c
+ * \file raster/history.c
*
- * \brief GIS Library - History management
+ * \brief Raster Library - History management
*
* (C) 2001-2009 GRASS Development Team
*
Modified: grass/trunk/lib/raster/init.c
===================================================================
--- grass/trunk/lib/raster/init.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/init.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/**
- * \file gisinit.c
+ * \file rasterinit.c
*
- * \brief GIS Library - Handles program initialization.
+ * \brief Raster Library - Handles program initialization.
*
* (C) 2001-2008 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/maskfd.c
===================================================================
--- grass/trunk/lib/raster/maskfd.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/maskfd.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/maskfd.c
+ * \file raster/maskfd.c
*
- * \brief GIS Library - Mask functions.
+ * \brief Raster Library - Mask functions.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/null_val.c
===================================================================
--- grass/trunk/lib/raster/null_val.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/null_val.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/null_value.c
+ * \file raster/null_value.c
*
- * \brief GIS Library - NULL value management
+ * \brief Raster Library - NULL value management
*
* To provide functionality to handle NULL values for data types CELL,
* FCELL, and DCELL. May need more...
Modified: grass/trunk/lib/raster/opencell.c
===================================================================
--- grass/trunk/lib/raster/opencell.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/opencell.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/opencell.c
+ * \file raster/opencell.c
*
- * \brief GIS Library - Open raster file
+ * \brief Raster Library - Open raster file
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/put_cellhd.c
===================================================================
--- grass/trunk/lib/raster/put_cellhd.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/put_cellhd.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/put_cellhd.c
+ * \file raster/put_cellhd.c
*
- * \brief GIS Library - Write raster header.
+ * \brief Raster Library - Write raster header.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/quant.c
===================================================================
--- grass/trunk/lib/raster/quant.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/quant.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/quant.c
+ * \file raster/quant.c
*
- * \brief GIS Library - Quantization rules.
+ * \brief Raster Library - Quantization rules.
*
* The quantization table is stored as a linear array. rules are added
* starting from index 0. redundant rules are not eliminated. rules
Modified: grass/trunk/lib/raster/quant_rw.c
===================================================================
--- grass/trunk/lib/raster/quant_rw.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/quant_rw.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/quant_rw.c
+ * \file raster/quant_rw.c
*
- * \brief GIS Library - Quantization rules (read/write).
+ * \brief Raster Library - Quantization rules (read/write).
*
* (C) 1999-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/range.c
===================================================================
--- grass/trunk/lib/raster/range.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/range.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/range.c
+ * \file raster/range.c
*
- * \brief GIS Library - Raster range file management
+ * \brief Raster Library - Raster range file management
*
* (C) 2001-2009 GRASS Development Team
*
Modified: grass/trunk/lib/raster/raster.c
===================================================================
--- grass/trunk/lib/raster/raster.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/raster.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/raster.c
+ * \file raster/raster.c
*
- * \brief GIS Library - Raster cell value routines.
+ * \brief Raster Library - Raster cell value routines.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/reclass.c
===================================================================
--- grass/trunk/lib/raster/reclass.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/reclass.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/reclass.c
+ * \file raster/reclass.c
*
- * \brief GIS Library - Check if raster map is reclassified
+ * \brief Raster Library - Check if raster map is reclassified
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/sample.c
===================================================================
--- grass/trunk/lib/raster/sample.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/sample.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- \file gis/sample.c
+ \file raster/sample.c
- \brief GIS library - Sampling methods (extract a cell value from
+ \brief Raster library - Sampling methods (extract a cell value from
raster map)
1/2006: moved to libgis from v.sample/v.drape for clone removal
Modified: grass/trunk/lib/raster/set_window.c
===================================================================
--- grass/trunk/lib/raster/set_window.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/set_window.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/set_window.c
+ * \file raster/set_window.c
*
- * \brief GIS Library - Set window (map region)
+ * \brief Raster Library - Set window (map region)
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/window_map.c
===================================================================
--- grass/trunk/lib/raster/window_map.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/window_map.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
* \file window_map.c
*
- * \brief GIS Library - Window mapping functions.
+ * \brief Raster Library - Window mapping functions.
*
* (C) 2001-2009 by the GRASS Development Team
*
Modified: grass/trunk/lib/raster/zero_cell.c
===================================================================
--- grass/trunk/lib/raster/zero_cell.c 2009-06-24 18:34:42 UTC (rev 38066)
+++ grass/trunk/lib/raster/zero_cell.c 2009-06-24 19:35:15 UTC (rev 38067)
@@ -1,7 +1,7 @@
/*!
- * \file gis/zero_cell.c
+ * \file raster/zero_cell.c
*
- * \brief GIS Library - Zero cell buffer functions.
+ * \brief Raster Library - Zero cell buffer functions.
*
* (C) 2001-2009 by the GRASS Development Team
*
More information about the grass-commit
mailing list