#include <stdlib.h>#include <string.h>#include <grass/gis.h>#include <grass/Vect.h>Include dependency graph for diglib/cindex.c:

Go to the source code of this file.
Functions | |
| int | dig_cidx_init (struct Plus_head *Plus) |
| void | dig_cidx_free (struct Plus_head *Plus) |
| int | dig_cidx_add_cat (struct Plus_head *Plus, int field, int cat, int line, int type) |
| int | dig_cidx_add_cat_sorted (struct Plus_head *Plus, int field, int cat, int line, int type) |
| int | dig_cidx_del_cat (struct Plus_head *Plus, int field, int cat, int line, int type) |
| void | dig_cidx_sort (struct Plus_head *Plus) |
| int dig_cidx_add_cat | ( | struct Plus_head * | Plus, | |
| int | field, | |||
| int | cat, | |||
| int | line, | |||
| int | type | |||
| ) |
Definition at line 67 of file diglib/cindex.c.
| int dig_cidx_add_cat_sorted | ( | struct Plus_head * | Plus, | |
| int | field, | |||
| int | cat, | |||
| int | line, | |||
| int | type | |||
| ) |
| int dig_cidx_del_cat | ( | struct Plus_head * | Plus, | |
| int | field, | |||
| int | cat, | |||
| int | line, | |||
| int | type | |||
| ) |
Definition at line 244 of file diglib/cindex.c.
Referenced by delete_area_cats_from_cidx(), and V2_delete_line_nat().
| void dig_cidx_free | ( | struct Plus_head * | Plus | ) |
Definition at line 43 of file diglib/cindex.c.
Referenced by dig_free_plus(), Vect__open_old(), Vect_build_partial(), and Vect_close().
| int dig_cidx_init | ( | struct Plus_head * | Plus | ) |
Definition at line 29 of file diglib/cindex.c.
Referenced by dig_init_plus(), dig_read_cidx(), Vect_build_partial(), and Vect_cidx_open().
| void dig_cidx_sort | ( | struct Plus_head * | Plus | ) |
1.5.1