~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to lib/vector/neta/netalib.dox

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*! \page netalib GRASS Network Analysis Library
 
2
 
 
3
by GRASS Development Team (http://grass.osgeo.org)
 
4
 
 
5
\tableofcontents
 
6
 
 
7
This library is used for network-based analysis, see <tt>v.net.*</tt>
 
8
modules for implementation issues.
 
9
 
 
10
\section netaFn Functions
 
11
 
 
12
- NetA_add_point_on_node()
 
13
- NetA_allpairs()
 
14
- NetA_articulation_points()
 
15
- NetA_betweenness_closeness()
 
16
- NetA_compute_bridges()
 
17
- NetA_degree_centrality()
 
18
- NetA_distance_from_points()
 
19
- NetA_eigenvector_centrality()
 
20
- NetA_find_path()
 
21
- NetA_flow()
 
22
- NetA_get_node_costs()
 
23
- NetA_initialise_varray()
 
24
- NetA_init_timetable_from_db()
 
25
- NetA_min_cut()
 
26
- NetA_points_to_nodes()
 
27
- NetA_spanning_tree()
 
28
- NetA_split_vertices()
 
29
- NetA_strongly_connected_components()
 
30
- NetA_timetable_get_route_time()
 
31
- NetA_timetable_result_release()
 
32
- NetA_timetable_shortest_path()
 
33
- NetA_varray_to_nodes()
 
34
- NetA_weakly_connected_components()
 
35
 
 
36
\section netaAuthors Authors
 
37
 
 
38
 Daniel Bundala (Google Summer of Code 2009)
 
39
 
 
40
\section netaSeeAlso See Also
 
41
 
 
42
 - \ref vectorlib
 
43
  
 
44
 - \ref dbmilib
 
45
*/