|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <grass/vector.h>
Go to the source code of this file.
Functions | |
| int | V1_rewind_nat (struct Map_info *Map) |
| Rewind vector map to cause reads to start at beginning on non-topological level (level 1) - native format - internal use only. | |
| int | V2_rewind_nat (struct Map_info *Map) |
| Rewind vector map to cause reads to start at beginning on topological level (level 2) - native format - internal use only. | |
Rewind vector map to cause reads to start at beginning on non-topological level (level 1) - native format - internal use only.
| Map | pointer to Map_info struct |
Definition at line 27 of file rewind_nat.c.
References dig_fseek().
Referenced by V2_rewind_nat().
Rewind vector map to cause reads to start at beginning on topological level (level 2) - native format - internal use only.
| Map | pointer to Map_info struct |
Definition at line 40 of file rewind_nat.c.
References V1_rewind_nat().