17 #include <grass/gis.h>
18 #include <grass/Vect.h>
31 return GV_STORE_POINT;
35 return GV_STORE_BOUNDARY;
37 return GV_STORE_CENTROID;
43 return GV_STORE_KERNEL;
45 return GV_STORE_VOLUME;
65 case GV_STORE_BOUNDARY:
67 case GV_STORE_CENTROID:
int dig_type_from_store(int stype)
Convert type from store type.
int dig_type_to_store(int type)
Convert type to store type.