GRASS Programmer's Manual 6.4.1(2011)
delete.c File Reference

Vedit library - delete primitives. More...

#include <grass/vedit.h>
Include dependency graph for delete.c:

Go to the source code of this file.

Functions

int Vedit_delete_lines (struct Map_info *Map, struct ilist *List)
 Delete selected primitives.

Detailed Description

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.

Author:
Martin Landa <landa.martin gmail.com>
Date:
2007-2008

Definition in file delete.c.


Function Documentation

int Vedit_delete_lines ( struct Map_info *  Map,
struct ilist *  List 
)

Delete selected primitives.

Parameters:
Mapvector map
Listlist of primitives to be deleted
Returns:
number of deleted primitives
-1 on on error

Definition at line 28 of file delete.c.

References Vect_delete_line(), and Vect_line_alive().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines