Martin Landa b490ac57d2 wxGUI/vdigit pythonization: dir enabled & flip lines 14 年之前
..
Vlib 9052abb562 fix debug level 14 年之前
dglib 63edb173c1 update comment 14 年之前
diglib 549dfa7f76 new spatial index 14 年之前
neta ea851edb35 +EOL 15 年之前
rtree 9d359f9b52 R*Tree: three buffered nodes per level 14 年之前
transform 16a6b956df Enable LFS globally 15 年之前
vedit b490ac57d2 wxGUI/vdigit pythonization: dir enabled & flip lines 14 年之前
Makefile 349549052a cosmetics in Makefile 14 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
vectorlib.dox c77df337e0 sync to dig_struct.h 14 年之前

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