[GRASS-SVN] r51580 - grass/trunk/vector/v.buffer

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 30 10:47:26 EDT 2012


Author: mmetz
Date: 2012-04-30 07:47:26 -0700 (Mon, 30 Apr 2012)
New Revision: 51580

Added:
   grass/trunk/vector/v.buffer/local_proto.h
Log:
add new header

Added: grass/trunk/vector/v.buffer/local_proto.h
===================================================================
--- grass/trunk/vector/v.buffer/local_proto.h	                        (rev 0)
+++ grass/trunk/vector/v.buffer/local_proto.h	2012-04-30 14:47:26 UTC (rev 51580)
@@ -0,0 +1,25 @@
+
+struct buf_contours
+{
+    int inner_count;
+    int outer;
+    int *inner;
+};
+
+struct buf_contours_pts
+{
+    int inner_count;
+    struct line_pnts *oPoints;
+    struct line_pnts **iPoints;
+};
+
+#ifdef HAVE_GEOS
+int geos_buffer(struct Map_info *, struct Map_info *,
+                struct Map_info *, int, int, double,
+                GEOSBufferParams *,
+		struct spatial_index *,
+		struct line_cats *, struct line_cats *,
+		struct buf_contours **,
+		int *, int *);
+#endif
+


Property changes on: grass/trunk/vector/v.buffer/local_proto.h
___________________________________________________________________
Added: svn:mime-type
   + text/x-chdr
Added: svn:eol-style
   + native



More information about the grass-commit mailing list