GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
neta.h
Go to the documentation of this file.
1
2
/****************************************************************
3
*
4
* MODULE: netalib
5
*
6
* AUTHOR(S): Daniel Bundala (Google Summer of Code 2009)
7
*
8
* PURPOSE: NETwork Analysis Library
9
*
10
* COPYRIGHT: (C) 2009-2010 by Daniel Bundala, and the GRASS Development Team
11
*
12
* This program is free software under the GNU General
13
* Public License (>=v2). Read the file COPYING that
14
* comes with GRASS for details.
15
*
16
****************************************************************/
17
18
#ifndef GRASS_NETA_H
19
#define GRASS_NETA_H
20
21
#include <stdio.h>
22
#include <stdlib.h>
23
#include <
grass/gis.h
>
24
#include <
grass/vector.h
>
25
#include <
grass/dbmi.h
>
26
#include <
grass/glocale.h
>
27
#include <grass/dgl/graph.h>
28
29
#include <
grass/defs/neta.h
>
30
31
#endif
glocale.h
dbmi.h
gis.h
vector.h
neta.h
include
grass
neta.h
Generated on Mon May 31 2021 05:21:30 for GRASS GIS 7 Programmer's Manual by
1.8.13