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