|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-d2adb3a889
|
Vedit library - change primitives type. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
| int | Vedit_chtype_lines (struct Map_info *Map, struct ilist *List) |
| Change primitive type. | |
Vedit library - change primitives type.
SPDX-FileCopyrightText: 2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file chtype.c.
Change primitive type.
Supported conversions:
| Map | pointer to Map_info |
| List | list of selected primitives |
Definition at line 27 of file chtype.c.
References G_debug(), GV_BOUNDARY, GV_CENTROID, GV_LINE, GV_POINT, Vect_destroy_cats_struct(), Vect_destroy_line_struct(), Vect_line_alive(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_read_line(), and Vect_rewrite_line().