|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Vedit library - flip lines. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
| int | Vedit_flip_lines (struct Map_info *Map, struct ilist *List) |
| Flip direction of selected lines. | |
Vedit library - flip lines.
(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 flip.c.
Flip direction of selected lines.
| Map | pointer to Map_info |
| List | list of selected lines |
Definition at line 25 of file flip.c.
References G_debug(), GV_LINES, Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_line_alive(), Vect_line_reverse(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_read_line(), and Vect_rewrite_line().