Markus Metz c1c53cadc7 optimize remove_bridges() 14 éve
..
Vlib c1c53cadc7 optimize remove_bridges() 14 éve
dglib 63edb173c1 update comment 14 éve
diglib 917ea649cb fix typo 14 éve
neta ea851edb35 +EOL 15 éve
rtree df825f1363 cosmetics for t->ndims < NUMDIMS 14 éve
transform 16a6b956df Enable LFS globally 15 éve
vedit b490ac57d2 wxGUI/vdigit pythonization: dir enabled & flip lines 14 éve
Makefile 349549052a cosmetics in Makefile 14 éve
README db49180dd7 welcome to GRASS 7.0.svn 17 éve
vectorlib.dox c77df337e0 sync to dig_struct.h 14 éve

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