#include <stdlib.h>#include <grass/gis.h>#include <grass/Vect.h>

Go to the source code of this file.
Functions | |
| void | dig_line_reset_updated (struct Plus_head *Plus) |
| void | dig_line_add_updated (struct Plus_head *Plus, int line) |
| void | dig_node_reset_updated (struct Plus_head *Plus) |
| void | dig_node_add_updated (struct Plus_head *Plus, int node) |
| void dig_line_add_updated | ( | struct Plus_head * | Plus, | |
| int | line | |||
| ) |
Definition at line 27 of file update.c.
Referenced by dig_add_area(), dig_add_isle(), dig_add_line(), dig_del_area(), dig_del_isle(), and Vect_attach_centroids().
| void dig_line_reset_updated | ( | struct Plus_head * | Plus | ) |
Definition at line 21 of file update.c.
Referenced by Vect_delete_line(), Vect_rewrite_line(), and Vect_write_line().
| void dig_node_add_updated | ( | struct Plus_head * | Plus, | |
| int | node | |||
| ) |
| void dig_node_reset_updated | ( | struct Plus_head * | Plus | ) |
Definition at line 48 of file update.c.
Referenced by Vect_delete_line(), Vect_rewrite_line(), and Vect_write_line().
1.5.5