[GRASS-SVN] r38990 - grass/branches/develbranch_6/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 13:01:13 EDT 2009


Author: benducke
Date: 2009-09-05 13:01:13 -0400 (Sat, 05 Sep 2009)
New Revision: 38990

Modified:
   grass/branches/develbranch_6/include/gis.h
Log:
Add G_OPT_V3_TYPE which includes 2D and 3D vector primitives (for now +KERNELS and +FACES)

Modified: grass/branches/develbranch_6/include/gis.h
===================================================================
--- grass/branches/develbranch_6/include/gis.h	2009-09-05 17:00:24 UTC (rev 38989)
+++ grass/branches/develbranch_6/include/gis.h	2009-09-05 17:01:13 UTC (rev 38990)
@@ -187,6 +187,7 @@
     G_OPT_V_MAP,		/* old input vector map */
     G_OPT_V_MAPS,		/* old input vector maps */
     G_OPT_V_TYPE,		/* primitive type */
+    G_OPT_V3_TYPE,		/* primitive type, 2D and 3D */
     G_OPT_V_FIELD,		/* layer number (layers used to be called fields) */
     G_OPT_V_CAT,		/* one category */
     G_OPT_V_CATS,		/* more categories */
@@ -454,7 +455,7 @@
 struct Categories
 {
     CELL ncats;			/* total number of categories              */
-    CELL num;			/* the highest cell values. Only exists    
+    CELL num;			/* the highest cell values. Only exists
 				   for backwards compatibility = (CELL)
 				   max_fp_values in quant rules          */
     char *title;		/* name of data layer                      */



More information about the grass-commit mailing list