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

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