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