Browse Source

doxygen: g3d renamed to raster3d

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47538 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
9ab7b3fc64
3 changed files with 14 additions and 27 deletions
  1. 1 1
      grasslib.dox
  2. 1 2
      lib/raster3d/Makefile
  3. 12 24
      lib/raster3d/lib.dox

+ 1 - 1
grasslib.dox

@@ -93,7 +93,7 @@ undocumented.</i>
 \subsection rasteribs Raster Libraries
 \subsection rasteribs Raster Libraries
 
 
  - edit:	Raster edit library (cellhd, history, cats) - \ref edit
  - edit:	Raster edit library (cellhd, history, cats) - \ref edit
- - g3d:	        \ref g3dlib
+ - raster3d:	\ref raster3dlib
  - raster:	\ref rasterlib
  - raster:	\ref rasterlib
  - rowio:	\ref rowiolib
  - rowio:	\ref rowiolib
  - rst:	        \ref rst - Library for interpolation with regularized splines with tension
  - rst:	        \ref rst - Library for interpolation with regularized splines with tension

+ 1 - 2
lib/raster3d/Makefile

@@ -2,11 +2,10 @@ MODULE_TOPDIR = ../..
 
 
 LIB = RASTER3D
 LIB = RASTER3D
 
 
-
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 
 default: lib
 default: lib
 
 
 #doxygen:
 #doxygen:
-DOXNAME=g3d
+DOXNAME=raster3d

+ 12 - 24
lib/raster3d/lib.dox

@@ -1,35 +1,19 @@
-/*! \page g3dlib GRASS Grid3D raster volume Library
+/*! \page raster3dlib GRASS 3D Raster Volume Library
 <!-- doxygenized from "GRASS 5 Programmer's Manual" 
 <!-- doxygenized from "GRASS 5 Programmer's Manual" 
      by M. Neteler 5/2004, 8/2005
      by M. Neteler 5/2004, 8/2005
   -->
   -->
 
 
-\section g3dintro Grid3D raster volume Library
-
-
-<P>
-Authors: Roman Waupotitsch and Michael Shapiro, Helena Mitasova, 
-         Bill Brown, Lubos Mitas, Jaro Hofierka, 
-         Minor modification, code cleanup and test suite by Soeren Gebbert
-         
-
-
 <b>Overview</b>
 <b>Overview</b>
 
 
-The Grid3D raster volume Library is used for the r3.* and vector
-volume tools. The RASTER3D library uses a tile cache based approach to store floating point
- values in abritrary order in a volume. The coordinate system of a volume is 
-column and row compatible to the raster library and counts from the bottom to the top
-of the cube.
+The 3D Raster Volume Library is used for the <tt>r3.*</tt> and vector
+volume tools. The library uses a tile cache based approach to store
+floating point values in abritrary order in a volume. The coordinate
+system of a volume is column and row compatible to the raster library
+and counts from the bottom to the top of the cube.
 
 
-<center>
-<img src=g3d_volume_layout.png border=0><BR>
-<table border=0 width=700>
-<tr><td><center>
-<i>The volume coordinate system and tile layout of the RASTER3D library</i>
-</center></td></tr>
-</table>
-</center>
+\image html "volume_layout.png" "The volume coordinate system and tile layout of the 3D Raster Library"
 
 
+<b>TODO: update for GRASS7</b>
 
 
 \section Directory_Structure Directory Structure
 \section Directory_Structure Directory Structure
 
 
@@ -1755,4 +1739,8 @@ Writes the cell-values of <EM>map</EM> in ascii format to file
 See \ref Compiling_and_Installing_GRASS_Modules for a complete 
 See \ref Compiling_and_Installing_GRASS_Modules for a complete 
 discussion of Makefiles.
 discussion of Makefiles.
 
 
+Authors: Roman Waupotitsch and Michael Shapiro, Helena Mitasova, 
+         Bill Brown, Lubos Mitas, Jaro Hofierka, 
+         Minor modification, code cleanup and test suite by Soeren Gebbert
+         
 */
 */