GRASS Programmer's Manual
6.4.1(2011)
|
Vector library - rewind data. More...
#include <grass/Vect.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | Vect_rewind (struct Map_info *Map) |
Rewind vector data file to cause reads to start at beginning. |
Vector library - rewind data.
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2008 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 rewind.c.
int Vect_rewind | ( | struct Map_info * | Map | ) |
Rewind vector data file to cause reads to start at beginning.
Map | vector map |
Definition at line 62 of file rewind.c.
Referenced by Vect__open_old(), Vect_build_nat(), and Vect_copy_map_lines().