Markus Metz a81fd1e6cc new binary search tree, faster and lighter Vect_break_polygons 16 лет назад
..
Vlib a81fd1e6cc new binary search tree, faster and lighter Vect_break_polygons 16 лет назад
dglib fff7d1367d removing my comments in heap.c 16 лет назад
diglib a81fd1e6cc new binary search tree, faster and lighter Vect_break_polygons 16 лет назад
rtree c000525bc6 experimental LFS support for vector libspart 2 16 лет назад
transform c000525bc6 experimental LFS support for vector libspart 2 16 лет назад
vedit c000525bc6 experimental LFS support for vector libspart 2 16 лет назад
Makefile 1292bf9a1e Major build system clean-up 17 лет назад
README db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
vectorlib.dox 6d14e4581b Programmer's Manual updated 16 лет назад

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