Markus Metz b141efeb0b topo building bugfix 16 years ago
..
Vlib b141efeb0b topo building bugfix 16 years ago
dglib ba16544bf9 cosmetics in doxygen ref names 16 years ago
diglib c6a35b1124 Vect.h renamed to vector.h 16 years ago
rtree c000525bc6 experimental LFS support for vector libspart 2 16 years ago
transform c000525bc6 experimental LFS support for vector libspart 2 16 years ago
vedit ba16544bf9 cosmetics in doxygen ref names 16 years ago
Makefile 1292bf9a1e Major build system clean-up 17 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
vectorlib.dox ba16544bf9 cosmetics in doxygen ref names 16 years ago

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs