#include <grass/vedit.h>

Go to the source code of this file.
Functions | |
| int | Vedit_delete_lines (struct Map_info *Map, struct ilist *List) |
| Delete selected primitives. | |
(C) 2007-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 delete.c.
| int Vedit_delete_lines | ( | struct Map_info * | Map, | |
| struct ilist * | List | |||
| ) |
Delete selected primitives.
| Map | vector map | |
| List | list of primitives to be deleted |
-1 on on error
Definition at line 28 of file delete.c.
References Vect_delete_line(), and Vect_line_alive().
1.5.6