#include <grass/gis.h>#include <grass/Vect.h>

Go to the source code of this file.
Functions | |
| int | dig_type_to_store (int type) |
| convert type to store type | |
| int | dig_type_from_store (int stype) |
| int dig_type_from_store | ( | int | stype | ) |
Definition at line 57 of file diglib/type.c.
Referenced by dig_Rd_P_line(), dig_read_cidx(), dig_read_cidx_head(), dig_write_cidx(), and Vect__Read_line_nat().
| int dig_type_to_store | ( | int | type | ) |
convert type to store type
| type |
Definition at line 26 of file diglib/type.c.
Referenced by dig_Wr_P_line(), dig_write_cidx(), dig_write_cidx_head(), and V1__rewrite_line_nat().
1.5.5