Vedit library - category manipulation. More...
#include <grass/glocale.h>
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
int | Vedit_modify_cats (struct Map_info *Map, struct ilist *List, int layer, int del, struct cat_list *Clist) |
Add / remove categories. |
Vedit library - category manipulation.
(C) 2006-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 vedit/cats.c.
int Vedit_modify_cats | ( | struct Map_info * | Map, | |
struct ilist * | List, | |||
int | layer, | |||
int | del, | |||
struct cat_list * | Clist | |||
) |
Add / remove categories.
Map | vector map | |
List | list of selected primitives | |
layer | layer number | |
del | action (non-zero for delete otherwise add) | |
cats_list | list of category numbers |
Definition at line 33 of file vedit/cats.c.
References Vect_cat_set(), Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_field_cat_del(), Vect_line_alive(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_read_line(), and Vect_rewrite_line().