[GRASS-SVN] r38965 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 4 10:14:45 EDT 2009


Author: benducke
Date: 2009-09-04 10:14:44 -0400 (Fri, 04 Sep 2009)
New Revision: 38965

Modified:
   grass/trunk/include/vector.h
Log:
Added declarations for API functions to get number of kernels, volumes and holes for a vector map

Modified: grass/trunk/include/vector.h
===================================================================
--- grass/trunk/include/vector.h	2009-09-04 14:06:50 UTC (rev 38964)
+++ grass/trunk/include/vector.h	2009-09-04 14:14:44 UTC (rev 38965)
@@ -191,7 +191,10 @@
 int Vect_get_num_lines(const struct Map_info *);
 int Vect_get_num_areas(const struct Map_info *);
 int Vect_get_num_faces(const struct Map_info *);
+int Vect_get_num_kernels(struct Map_info *);
+int Vect_get_num_volumes(struct Map_info *map);
 int Vect_get_num_islands(const struct Map_info *);
+int Vect_get_num_holes(struct Map_info *map);
 int Vect_get_line_box(const struct Map_info *, int, struct bound_box *);
 int Vect_get_area_box(const struct Map_info *, int, struct bound_box *);
 int Vect_get_isle_box(const struct Map_info *, int, struct bound_box *);



More information about the grass-commit mailing list