GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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. More... | |
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 vector/vedit/delete.c.
int Vedit_delete_lines | ( | struct Map_info * | Map, |
struct ilist * | List | ||
) |
Delete selected primitives.
Map | pointer to Map_info |
List | list of primitives to be deleted |
Definition at line 25 of file vector/vedit/delete.c.
References G_debug(), Vect_delete_line(), and Vect_line_alive().
Referenced by wxdigit.IVDigit::DeleteSelectedLines().