GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
build_nat.c File Reference

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>
Include dependency graph for build_nat.c:

Go to the source code of this file.

Functions

int Vect_build_nat (struct Map_info *Map, int build)
 Build topology. More...
 

Detailed Description

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.

Author
Original author CERL, probably Dave Gerdes or Mike Higgins.
Update to GRASS 5.7 Radim Blazek and David D. Gray.

Definition in file build_nat.c.

Function Documentation

◆ Vect_build_nat()

int Vect_build_nat ( struct Map_info Map,
int  build 
)

Build topology.

Parameters
Mapvector map
buildbuild level
Returns
1 on success
0 on error

Definition at line 34 of file build_nat.c.