[GRASS-SVN] r33407 - in grass-addons/vector: v.buffer2 v.parallel2

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 11 04:27:22 EDT 2008


Author: rmatev
Date: 2008-09-11 04:27:21 -0400 (Thu, 11 Sep 2008)
New Revision: 33407

Added:
   grass-addons/vector/v.buffer2/local_proto.h
   grass-addons/vector/v.parallel2/local_proto.h
Log:


Added: grass-addons/vector/v.buffer2/local_proto.h
===================================================================
--- grass-addons/vector/v.buffer2/local_proto.h	                        (rev 0)
+++ grass-addons/vector/v.buffer2/local_proto.h	2008-09-11 08:27:21 UTC (rev 33407)
@@ -0,0 +1,9 @@
+#ifndef LOCAL_PROTO_H
+#define LOCAL_PROTO_H
+
+void Vect_line_buffer2(struct line_pnts *Points, double da, double db, double dalpha, int round, int caps, double tol, struct line_pnts **oPoints, struct line_pnts ***iPoints, int *inner_count);
+void Vect_area_buffer2(struct Map_info *Map, int area, double da, double db, double dalpha, int round, int caps, double tol, struct line_pnts **oPoints, struct line_pnts ***iPoints, int *inner_count);
+void Vect_point_buffer2(double px, double py, double da, double db, double dalpha, int round, double tol, struct line_pnts **oPoints);
+void Vect_line_parallel2(struct line_pnts *InPoints, double da, double db, double dalpha, int side, int round, double tol, struct line_pnts *OutPoints);
+
+#endif

Added: grass-addons/vector/v.parallel2/local_proto.h
===================================================================
--- grass-addons/vector/v.parallel2/local_proto.h	                        (rev 0)
+++ grass-addons/vector/v.parallel2/local_proto.h	2008-09-11 08:27:21 UTC (rev 33407)
@@ -0,0 +1,9 @@
+#ifndef LOCAL_PROTO_H
+#define LOCAL_PROTO_H
+
+void Vect_line_buffer2(struct line_pnts *Points, double da, double db, double dalpha, int round, int caps, double tol, struct line_pnts **oPoints, struct line_pnts ***iPoints, int *inner_count);
+void Vect_area_buffer2(struct Map_info *Map, int area, double da, double db, double dalpha, int round, int caps, double tol, struct line_pnts **oPoints, struct line_pnts ***iPoints, int *inner_count);
+void Vect_point_buffer2(double px, double py, double da, double db, double dalpha, int round, double tol, struct line_pnts **oPoints);
+void Vect_line_parallel2(struct line_pnts *InPoints, double da, double db, double dalpha, int side, int round, double tol, struct line_pnts *OutPoints);
+
+#endif



More information about the grass-commit mailing list