|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Vedit library - merge lines. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
| int | Vedit_merge_lines (struct Map_info *Map, struct ilist *List) |
| Merge lines/boundaries. | |
Vedit library - merge lines.
(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 merge.c.
Merge lines/boundaries.
At least two lines need to be given.
| Map | pointer to Map_info |
| List | list of selected lines |
Definition at line 47 of file merge.c.
References Cats2, G_debug(), G_ilist_add(), GV_LINES, line_pnts::n_points, NULL, Vect_append_point(), Vect_delete_line(), Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_destroy_list(), Vect_find_line_list(), Vect_get_num_lines(), Vect_line_alive(), Vect_line_prune(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_new_list(), Vect_read_line(), Vect_reset_line(), Vect_reset_list(), Vect_rewrite_line(), and Vect_val_in_list().