|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Vector library - update topology (lower level functions) More...

Go to the source code of this file.
Functions | |
| void | dig_line_reset_updated (struct Plus_head *Plus) |
| Reset number of updated lines. | |
| void | dig_line_add_updated (struct Plus_head *Plus, int line, off_t offset) |
| Add new line to updated. | |
| void | dig_node_reset_updated (struct Plus_head *Plus) |
| Reset number of updated nodes. | |
| void | dig_node_add_updated (struct Plus_head *Plus, int node) |
| Add node to updated. | |
Vector library - update topology (lower level functions)
Lower level functions for reading/writing/manipulating vectors.
(C) 2001 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/diglib/update.c.
Add new line to updated.
| Plus | pointer to Plus_head structure |
| line | line id |
| offset | line offset (negative offset is ignored) |
Definition at line 36 of file vector/diglib/update.c.
References G_debug(), and G_realloc.
Referenced by dig_del_line().
Reset number of updated lines.
| Plus | pointer to Plus_head structure |
Definition at line 24 of file vector/diglib/update.c.
Referenced by Vect_reset_updated().
Add node to updated.
| Plus | pointer to Plus_head structure |
| node | node id |
Definition at line 85 of file vector/diglib/update.c.
References G_debug(), and G_realloc.
Referenced by dig_del_line().
Reset number of updated nodes.
| Plus | pointer to Plus_head structure |
Definition at line 74 of file vector/diglib/update.c.
Referenced by Vect_reset_updated().