Martin Landa c6a35b1124 Vect.h renamed to vector.h 16 年 前
..
Vlib c6a35b1124 Vect.h renamed to vector.h 16 年 前
dglib fff7d1367d removing my comments in heap.c 16 年 前
diglib c6a35b1124 Vect.h renamed to vector.h 16 年 前
rtree c000525bc6 experimental LFS support for vector libspart 2 16 年 前
transform c000525bc6 experimental LFS support for vector libspart 2 16 年 前
vedit b508e22ca7 temporarily disabling LFS, LFS update 16 年 前
Makefile 1292bf9a1e Major build system clean-up 17 年 前
README db49180dd7 welcome to GRASS 7.0.svn 17 年 前
vectorlib.dox 718624e913 cosmetics in vectorlib.dox 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