GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector library - Building topology for native format. More...
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <inttypes.h>
#include <grass/glocale.h>
#include <grass/vector.h>
Go to the source code of this file.
Functions | |
int | Vect_build_nat (struct Map_info *Map, int build) |
Build topology. More... | |
Vector library - Building topology for native format.
(C) 2001-2013 by 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 build_nat.c.
int Vect_build_nat | ( | struct Map_info * | Map, |
int | build | ||
) |
Build topology.
Map | vector map |
build | build level |
Definition at line 34 of file build_nat.c.