[GRASS-SVN] r38966 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 4 10:16:55 EDT 2009
Author: benducke
Date: 2009-09-04 10:16:54 -0400 (Fri, 04 Sep 2009)
New Revision: 38966
Modified:
grass/branches/develbranch_6/include/Vect.h
Log:
Added declarations for API functions to get number of kernels, volumes and holes for a vector map
Modified: grass/branches/develbranch_6/include/Vect.h
===================================================================
--- grass/branches/develbranch_6/include/Vect.h 2009-09-04 14:14:44 UTC (rev 38965)
+++ grass/branches/develbranch_6/include/Vect.h 2009-09-04 14:16:54 UTC (rev 38966)
@@ -193,7 +193,10 @@
int Vect_get_num_lines(struct Map_info *);
int Vect_get_num_areas(struct Map_info *);
int Vect_get_num_faces(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(struct Map_info *);
+int Vect_get_num_holes(struct Map_info *map);
int Vect_get_line_box(struct Map_info *, int, BOUND_BOX *);
int Vect_get_area_box(struct Map_info *, int, BOUND_BOX *);
int Vect_get_isle_box(struct Map_info *, int, BOUND_BOX *);
More information about the grass-commit
mailing list