#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | Vect_close (struct Map_info *Map) |
close vector data file |
int Vect_close | ( | struct Map_info * | Map | ) |
close vector data file
Map_info | structure |
Definition at line 53 of file close.c.
References dig_cidx_free(), dig_free_plus(), dig_spidx_free(), Vect_cidx_save(), Vect_coor_info(), Vect_get_full_name(), and Vect_save_topo().
Referenced by Vect_build_line_area(), Vect_copy(), Vect_delete(), and Vect_rename().