|
GRASS Programmer's Manual
6.4.1(2011)
|
Vedit library - delete primitives. More...
#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. | |
Vedit library - delete 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 |
Definition at line 28 of file delete.c.
References Vect_delete_line(), and Vect_line_alive().