• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Vlib/H10-Oct-2021-44,36327,479

dglib/H10-Oct-2021-13,7659,919

diglib/H03-May-2022-10,7206,499

neta/H10-Oct-2021-2,5331,722

rtree/H10-Oct-2021-4,7062,918

testsuite/H10-Oct-2021-416

vedit/H10-Oct-2021-3,2601,955

MakefileH A D10-Oct-2021324 2817

READMEH A D10-Oct-2021651 2417

vectorlib.doxH A D10-Oct-202113.2 KiB370281

vectorlib_ascii.doxH A D10-Oct-20212.7 KiB12196

vectorlib_faq.doxH A D10-Oct-20219.4 KiB261226

vectorlib_files.doxH A D10-Oct-20218.5 KiB221164

vectorlib_indices.doxH A D10-Oct-20218.4 KiB227146

vectorlib_libraries.doxH A D10-Oct-20213.8 KiB10275

vectorlib_lists.doxH A D10-Oct-202113.5 KiB869425

vectorlib_ogr.doxH A D10-Oct-20212.3 KiB6845

vectorlib_pg.doxH A D10-Oct-20212.8 KiB10469

vectorlib_tin.doxH A D10-Oct-2021289 168

vectorlib_topology.doxH A D10-Oct-202113.4 KiB451331

README

1Contents of this directory
2
3dglib:		DGLIB (Directed Graph Library) aims at giving support to
4		network analysis.
5diglib:		Lower level functions for reading/writing/manipulating
6		vectors.
7rtree:          spatial index based on RTree (lower level functions)
8Vlib:		Higher level functions for reading/writing/manipulating
9		vectors. Intended to the module programmer.
10
11To generate the documentation, following commands are available:
12
13Generate HTML document:
14	make htmldocs
15
16Generate Latex-DVI document (requires Latex):
17	make latexdocs
18
19Generate PDF document (requires Latex):
20	make pdfdocs
21
22Delete ./latex and ./html docs directories:
23	make cleandocs
24