Browse Source

dox: raster3d documentation cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57754 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 11 years ago
parent
commit
0495d25723
2 changed files with 12 additions and 20 deletions
  1. 11 19
      lib/raster3d/raster3dlib.dox
  2. 1 1
      raster3d/raster3dintro.html

+ 11 - 19
lib/raster3d/raster3dlib.dox

@@ -3,7 +3,9 @@
      by M. Neteler 5/2004, 8/2005
      by M. Neteler 5/2004, 8/2005
   -->
   -->
 
 
-<b>Overview</b>
+<i>TODO: Update for this page for GRASS 7.</i>
+
+\section raster3dlib_Overview Overview
 
 
 The 3D Raster Volume Library is used for the <tt>r3.*</tt> and vector
 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
 volume tools. The library uses a tile cache based approach to store
@@ -13,8 +15,6 @@ and counts from the bottom to the top of the cube.
 
 
 \image html "volume_layout.png" "The volume coordinate system and tile layout of the 3D Raster Library"
 \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
 
 
 <P>
 <P>
@@ -1327,8 +1327,8 @@ The map structure of RASTER3D provides storage for the range.  The range of a ma
 updated every time a cell is written to the file. When an old map is opened the
 updated every time a cell is written to the file. When an old map is opened the
 range is not automatically loaded. The application has to invoke
 range is not automatically loaded. The application has to invoke
 <TT>Rast3d_range_load()</TT> (cf. Section 22.4.12)
 <TT>Rast3d_range_load()</TT> (cf. Section 22.4.12)
- explicitly.  In
-addition to these function the application can also use the standard grass
+ explicitly.
+In addition to this function, the application can also use the standard GRASS
 functions to manipulate the range.
 functions to manipulate the range.
 
 
 <P>
 <P>
@@ -1360,7 +1360,7 @@ Returns
 \subsection RASTER3D_Color_Support RASTER3D Color Support
 \subsection RASTER3D_Color_Support RASTER3D Color Support
 
 
 <P>
 <P>
-Applications can use the standard grass functions to work with colors, except
+Applications can use the standard GRASS functions to work with colors, except
 for the file manipulations.
 for the file manipulations.
 
 
 <P>
 <P>
@@ -1389,28 +1389,20 @@ int Rast3d_writeColors(char *name, char *mapset, struct Colors
 \subsection RASTER3D_Categories_Support RASTER3D Categories Support
 \subsection RASTER3D_Categories_Support RASTER3D Categories Support
 
 
 <P>
 <P>
-Applications can use the standard grass functions to work with categories, 
+Applications can use the standard GRASS functions to work with categories, 
 except for the file manipulations.
 except for the file manipulations.
 
 
 <P>
 <P>
-int Rast3d_readCats(char *name, char *mapset, struct Categories *cats)
-Reads the categories file for map <EM>name</EM> in <EM>mapset</EM> and
-stores the categories in the <EM>cats</EM> structure.  See <EM>G_read_cats</EM>
-(Raster_Category_File) for details and return values.
-
-<P>
-int Rast3d_writeCats(char *name, struct Categories *cats) Writes the
-  categories stored in the <EM>cats</EM> structure into the categories file for
-  map <EM>name</EM> in the current mapset.  See <EM>G_write_cats</EM>
-  (Raster_Category_File) for details and return values.
-
+Function Rast3d_read_cats() reads the categories file for map and
+function Rast3d_write_cats() writes the
+categories the Categories structure into the categories file for a map.
 <P>
 <P>
 
 
 
 
 \subsection RASTER3D_History_Support RASTER3D History Support
 \subsection RASTER3D_History_Support RASTER3D History Support
 
 
 <P>
 <P>
-Applications can use the standard grass functions to work with histories, 
+Applications can use the standard GRASS functions to work with histories, 
 except for the file manipulations.
 except for the file manipulations.
 
 
 <P>
 <P>

+ 1 - 1
raster3d/raster3dintro.html

@@ -63,7 +63,7 @@ on a 2D elevation map (<a href="r3.cross.rast.html">r3.cross.rast</a>).
 Volume statistics can be calculated with <a href="r3.stats.html">r3.stats</a>
 Volume statistics can be calculated with <a href="r3.stats.html">r3.stats</a>
 and <a href="r3.univar.html">r3.univar</a>.
 and <a href="r3.univar.html">r3.univar</a>.
 
 
-<h3>3D rasterinterpolation</h3>
+<h3>3D raster interpolation</h3>
 
 
 From 3D vector points, GRASS 3D raster maps can be interpolated
 From 3D vector points, GRASS 3D raster maps can be interpolated
 (<a href="v.vol.rst.html">v.vol.rst</a>). Results are volumes,
 (<a href="v.vol.rst.html">v.vol.rst</a>). Results are volumes,