GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | dig_init_list (struct ilist *list) |
int | dig_list_add (struct ilist *list, int val) |
int dig_init_list | ( | struct ilist * | list | ) |
Definition at line 33 of file vector/diglib/list.c.
References NULL, and tools::size.
Referenced by Vect_select_areas_by_polygon(), Vect_select_lines_by_box(), Vect_select_lines_by_polygon(), and Vect_snap_lines().