GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Network Analysis library - connected components. More...
#include <stdio.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/vector.h>
#include <grass/glocale.h>
#include <grass/dgl/graph.h>
Go to the source code of this file.
Functions | |
int | NetA_articulation_points (dglGraph_s *graph, struct ilist *articulation_list) |
Get number of articulation points in the graph. More... | |
Network Analysis library - connected components.
Computes network articulation points.
(C) 2009-2010 by Daniel Bundala, and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file articulation_point.c.
int NetA_articulation_points | ( | dglGraph_s * | graph, |
struct ilist * | articulation_list | ||
) |
Get number of articulation points in the graph.
graph | input graph | |
[out] | articulation_list | list of articulation points |
Definition at line 32 of file articulation_point.c.