GRASS 8 Programmer's Manual 8.6.0dev(2026)-d2adb3a889
Loading...
Searching...
No Matches
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.
 

Detailed Description

Vector library - Building topology for native format.

SPDX-FileCopyrightText: 2001-2013 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

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()