GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Vedit library - extend lines (adopted from break.c) More...
Go to the source code of this file.
Macros | |
#define | TOL 1e-9 |
Functions | |
int | Vedit_extend_lines (struct Map_info *Map, struct ilist *List, int nodes, int parallel, double thresh) |
Extend lines in given threshold. More... | |
Vedit library - extend lines (adopted from break.c)
(C) 2017 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 extend.c.
int Vedit_extend_lines | ( | struct Map_info * | Map, |
struct ilist * | List, | ||
int | nodes, | ||
int | parallel, | ||
double | thresh | ||
) |
Extend lines in given threshold.
Map | pointer to Map_info |
List | list of selected lines |
nodes | 1 for start node, 2 for end node, other for both |
parallel | connect parallel lines |
thresh | threshold value |
Definition at line 68 of file extend.c.
References ilist::n_values, and Vect_new_list().