#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 | ) |
int dig_list_add | ( | struct ilist * | list, | |
int | val | |||
) |
Definition at line 37 of file diglib/list.c.
Referenced by add_item(), Vect_select_areas_by_polygon(), Vect_select_lines_by_box(), and Vect_select_lines_by_polygon().