|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Vector library - rewind data. More...

Go to the source code of this file.
Functions | |
| int | Vect_rewind (struct Map_info *Map) |
| Rewind vector map to cause reads to start at beginning. | |
Vector library - rewind data.
Vector library - rewind data (native format)
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2009, 2011-2012 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.
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2009, 2011-2012 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 vector/Vlib/rewind.c.
Rewind vector map to cause reads to start at beginning.
| Map | pointer to Map_info structure |
Definition at line 55 of file vector/Vlib/rewind.c.
References G_debug(), AMI_STREAM< T >::name(), and VECT_OPEN.
Referenced by P_estimate_splinestep(), P_Read_Vector_Region_Map(), Vect__open_old(), Vect_build_nat(), Vect_copy_map_lines_field(), Vect_get_map_box1(), and Vect_write_ascii().