GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Vedit library - copy primitives. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
int | Vedit_copy_lines (struct Map_info *Map, struct Map_info *FromMap, struct ilist *List) |
Copy selected primitives. More... | |
Vedit library - copy 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/copy.c.
int Vedit_copy_lines | ( | struct Map_info * | Map, |
struct Map_info * | FromMap, | ||
struct ilist * | List | ||
) |
Copy selected primitives.
Map | pointer to Map_info copy to |
FromMap | vector map copy from (if not given use Map) |
List | list of selected primitives (to be copied) |
Definition at line 27 of file vector/vedit/copy.c.
References G_debug(), render::Map, dialogs::type, Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_line_alive(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_read_line(), and Vect_write_line().
Referenced by wxdigit.IVDigit::CopyLine().