[GRASS-SVN] r66146 - in grass/trunk: . lib/gis lib/rst

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 7 13:51:53 PDT 2015


Author: wenzeslaus
Date: 2015-09-07 13:51:53 -0700 (Mon, 07 Sep 2015)
New Revision: 66146

Added:
   grass/trunk/lib/rst/rstlib.dox
Removed:
   grass/trunk/lib/rst/rst.dox
Modified:
   grass/trunk/grasslib.dox
   grass/trunk/lib/gis/gislib.dox
Log:
dox: improve index and add rst lib

Modified: grass/trunk/grasslib.dox
===================================================================
--- grass/trunk/grasslib.dox	2015-09-07 20:51:26 UTC (rev 66145)
+++ grass/trunk/grasslib.dox	2015-09-07 20:51:53 UTC (rev 66146)
@@ -59,24 +59,24 @@
 
 \subsection displaylibs Display Libraries and Drivers
 
- - display:	\ref displaylib (general displaylibrary)
- - cairodriver: \ref cairodriver (cairo graphics driver)
+ - display:	\ref displaylib (general display library)
+ - cairodriver: \ref cairodriver
  - %driver:     Graphics monitor driver
  - htmldriver:  \ref htmldriverlib (HTML graphics driver)
- - pngdriver:   \ref pngdriverlib (PNG graphics driver)
- - psdriver:    \ref psdriverlib (Postscript graphics driver)
+ - pngdriver:   \ref pngdriverlib
+ - psdriver:    \ref psdriverlib
 
 \subsection statslibs Math and Statisctics Libraries
 
  - arraystats:  \ref arraystatslib (library of statistics for arrays of doubles)
- - cdhc:	\ref cdhclib (library for testing normality and exponentiality)
+ - cdhc:	\ref cdhclib
  - gmath: 	\ref gmathlib (generic mathematical functions and BLAS/LAPACK library wrapper)
- - gpde:        \ref gpdelib (partial differential equations library)
+ - gpde:        \ref gpdelib
 
 \subsection rasteribs Raster Libraries
 
  - raster:	\ref rasterlib (2D raster library)
- - raster3d:	\ref raster3dlib (3D raster library - voxels)
+ - raster3d:	\ref raster3dlib (3D raster aka voxels or volumes)
  - rowio:	\ref rowiolib (library for reading/writing raster rows)
  - rst:	        \ref rstlib (library for interpolation with regularized splines with tension)
  - segment:	\ref segmentlib (segment library for segmented raster reading)
@@ -90,11 +90,17 @@
 \subsection vectoribs Vector Libraries
 
  - %vector: \ref vectorlib (architecture description)
-  - dglib:  \ref dglib (directed graph library)
+  - dglib:  \ref dglib
   - vedit:  \ref veditlib (vector editing library)
-  - neta:   \ref netalib (network analysis library)
-  - rtree:  \ref rtree (R search tree library)
+  - neta:   \ref netalib
+  - rtree:  \ref rtree.h (R search tree library)
 
+\subsection treelibs Search tree libraries
+
+ - btree: \ref btree.h
+ - btree2: \ref btree2
+ - rtree:  \ref rtree.h (R search tree library)
+
 \subsection dblibs Database Management Libraries
 
  - db:		\ref dbmilib
@@ -112,14 +118,14 @@
 
  - proj:	\ref projlib (wrapper to PROJ4 projection library)
 
-\subsection misclibs Misc Libraries
+\subsection misclibs Miscellaneous Libraries
 
  - datetime:	\ref datetime (DateTime library) 
  - external:	\ref external (External libraries from other projects such as shapelib and \ref ccmathlib)
  - fonts:	\ref fonts (GRASS fonts library)
  - init:	\ref init (GRASS initialization code + scripts)
  - iostream:	\ref iostream (fast I/O library)
- - lidar:	\ref lidar (LiDAR data related library)
+ - lidar:	\ref lidar.h (LiDAR data related library)
  - linkm:	\ref linkm (linked list memory manager)
  - manage:      \ref managelib
  - symbol:	\ref symbol (Drawing symbols for %point %vector data library)

Modified: grass/trunk/lib/gis/gislib.dox
===================================================================
--- grass/trunk/lib/gis/gislib.dox	2015-09-07 20:51:26 UTC (rev 66145)
+++ grass/trunk/lib/gis/gislib.dox	2015-09-07 20:51:53 UTC (rev 66146)
@@ -1,4 +1,4 @@
-/*! \page gislib GRASS GIS Library
+/*! \page gislib GRASS GIS General Library (aka GIS Library)
 <!-- doxygenized from "GRASS 5 Programmer's Manual" 
      by M. Neteler 2/2004, 2005, 2006
   -->

Deleted: grass/trunk/lib/rst/rst.dox
===================================================================
--- grass/trunk/lib/rst/rst.dox	2015-09-07 20:51:26 UTC (rev 66145)
+++ grass/trunk/lib/rst/rst.dox	2015-09-07 20:51:53 UTC (rev 66146)
@@ -1,66 +0,0 @@
-/*! \page rst Regularized spline with tension interpolation library
-
-\tableofcontents
-
-
-Including and linking
-=====================
-
-Include interpf.h, qtree.h and dataquad.h header files according
-to which you need:
-
-    #include <grass/interpf.h>
-    #include <grass/qtree.h>
-    #include <grass/dataquad.h>
-
-Extend `LIBES` and `DEPENDENCIES` in your `Makefile` by the following:
-
-    LIBES = $(INTERPFLLIB) $(GMATHLIB)
-    DEPENDENCIES = $(INTERPFLDEP) $(GMATHDEP)
-
-
-Main functions and structures
-=============================
-
-Main functions include:
-- IL_init_params_2d()
-- IL_init_func_2d()
-- IL_vector_input_data_2d()
-- IL_create_bitmask()
-- IL_resample_interp_segments_2d()
-- IL_resample_output_2d()
-- IL_output_2d()
-
-Main data structures include:
-- interp_params
-- tree_info
-- \ref multtree
-
-
-Example usages
-==============
-
-- \gmod{v.surf.rst}
-- \gmod{r.resamp.rst}
-
-
-References
-==========
-
-The methods are described in the following papers.
-Please, use these papers as references in your publications when you
-used the library or derived modules.
-
-- Mitasova, H., and  Mitas, L., 1993,
-    Interpolation by Regularized Spline with Tension:
-    I. Theory  and  implementation.  Mathematical Geology, 25, 641-55.
-- Mitasova, H., and Hofierka, L., 1993
-    Interpolation by Regularized Spline with Tension: 
-    II. Application to terrain modeling and surface geometry  analysis.
-    Mathematical Geology, 25, 657-69.
-- Mitasova, H., Mitas, L., Brown, W.M., Gerdes, D.P., Kosinovsky, I.,
-    Baker, T., 1995, Modeling spatially and temporally
-    distributed phenomena: New methods and tools for GRASS GIS. 
-    International Journal of Geographic Information Systems,9(4), 433-46.
-
-*/

Copied: grass/trunk/lib/rst/rstlib.dox (from rev 66143, grass/trunk/lib/rst/rst.dox)
===================================================================
--- grass/trunk/lib/rst/rstlib.dox	                        (rev 0)
+++ grass/trunk/lib/rst/rstlib.dox	2015-09-07 20:51:53 UTC (rev 66146)
@@ -0,0 +1,66 @@
+/*! \page rstlib Library for interpolation with regularized splines with tension
+
+\tableofcontents
+
+
+Including and linking
+=====================
+
+Include interpf.h, qtree.h and dataquad.h header files according
+to which you need:
+
+    #include <grass/interpf.h>
+    #include <grass/qtree.h>
+    #include <grass/dataquad.h>
+
+Extend `LIBES` and `DEPENDENCIES` in your `Makefile` by the following:
+
+    LIBES = $(INTERPFLLIB) $(GMATHLIB)
+    DEPENDENCIES = $(INTERPFLDEP) $(GMATHDEP)
+
+
+Main functions and structures
+=============================
+
+Main functions include:
+- IL_init_params_2d()
+- IL_init_func_2d()
+- IL_vector_input_data_2d()
+- IL_create_bitmask()
+- IL_resample_interp_segments_2d()
+- IL_resample_output_2d()
+- IL_output_2d()
+
+Main data structures include:
+- interp_params
+- tree_info
+- \ref multtree
+
+
+Example usages
+==============
+
+- \gmod{v.surf.rst}
+- \gmod{r.resamp.rst}
+
+
+References
+==========
+
+The methods are described in the following papers.
+Please, use these papers as references in your publications when you
+used the library or derived modules.
+
+- Mitasova, H., and  Mitas, L., 1993,
+    Interpolation by Regularized Spline with Tension:
+    I. Theory  and  implementation.  Mathematical Geology, 25, 641-55.
+- Mitasova, H., and Hofierka, L., 1993
+    Interpolation by Regularized Spline with Tension: 
+    II. Application to terrain modeling and surface geometry  analysis.
+    Mathematical Geology, 25, 657-69.
+- Mitasova, H., Mitas, L., Brown, W.M., Gerdes, D.P., Kosinovsky, I.,
+    Baker, T., 1995, Modeling spatially and temporally
+    distributed phenomena: New methods and tools for GRASS GIS. 
+    International Journal of Geographic Information Systems,9(4), 433-46.
+
+*/



More information about the grass-commit mailing list