|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|

Go to the source code of this file.
Functions | |
| int | dig_cidx_init (struct Plus_head *Plus) |
| Initialize Plus_head structure (cidx) | |
| 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) |
Definition at line 72 of file diglib/cindex.c.
References Cat_index::cat, Cat_index::field, G_debug(), G_realloc, NULL, and Cat_index::type.
Referenced by V2_write_line_sfa(), Vect__load_plus_pg(), and Vect_build_nat().
Definition at line 177 of file diglib/cindex.c.
References Cat_index::cat, Cat_index::field, G_debug(), G_realloc, NULL, and Cat_index::type.
Referenced by V2__add_line_to_topo_nat().
Definition at line 267 of file diglib/cindex.c.
References Cat_index::cat, Cat_index::field, G_debug(), G_warning(), NULL, and Cat_index::type.
Referenced by V2__delete_line_from_topo_nat(), and V2_delete_line_sfa().
Definition at line 44 of file diglib/cindex.c.
References G_debug(), G_free(), and NULL.
Referenced by dig_free_plus(), dig_read_cidx(), and Vect_build_partial().
Initialize Plus_head structure (cidx)
| Plus | pointer to Plus_head structure |
Definition at line 29 of file diglib/cindex.c.
References G_debug(), and G_malloc.
Referenced by dig_init_plus(), dig_read_cidx(), and Vect_build_partial().
Definition at line 328 of file diglib/cindex.c.
References G_debug().
Referenced by Vect_build_partial(), and Vect_cidx_get_unique_cats_by_index().