Markus Metz d6c12cc3b7 remove redundant code in vector lib: update diglib 14 anni fa
..
Vlib 5525c89b83 changed RTree struct names: update Vlib 14 anni fa
dglib a7458f54fc fix bashism (merge from devbr6 https://trac.osgeo.org/grass/changeset/45002) 14 anni fa
diglib d6c12cc3b7 remove redundant code in vector lib: update diglib 14 anni fa
neta 7399e5c5ad remove bounding boxes from vector topology (Radim's TODO): update neta 14 anni fa
rtree 3e7c37b515 change struct names to avoid conflicts 14 anni fa
transform 16a6b956df Enable LFS globally 15 anni fa
vedit 27ff2ac809 remove bounding boxes from vector topology (Radim's TODO): update vedit 14 anni fa
Makefile 349549052a cosmetics in Makefile 14 anni fa
README db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
vectorlib.dox 5b87f8c8b5 vlib: add some topo examples to the doxygen documentation 14 anni fa

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