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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 6 08:08:11 EDT 2011


Author: mmetz
Date: 2011-07-06 05:08:11 -0700 (Wed, 06 Jul 2011)
New Revision: 47016

Modified:
   grass/trunk/include/vector.h
Log:
sync Vect_point_in_area() to the other Vect_point_in_*() functions: update header

Modified: grass/trunk/include/vector.h
===================================================================
--- grass/trunk/include/vector.h	2011-07-06 12:07:29 UTC (rev 47015)
+++ grass/trunk/include/vector.h	2011-07-06 12:08:11 UTC (rev 47016)
@@ -322,21 +322,21 @@
 				 struct line_pnts **, struct ilist *);
 
 /* Analysis */
-int Vect_point_in_area(const struct Map_info *, int, double, double);
 int Vect_tin_get_z(struct Map_info *, double, double, double *, double *,
 		   double *);
-int Vect_get_point_in_area(const struct Map_info *, int, double *, double *);
 
 /* int Vect_point_in_islands (struct Map_info *, int, double, double); */
 int Vect_find_poly_centroid(const struct line_pnts *, double *, double *);
-int Vect_get_point_in_poly_isl(const struct line_pnts *, const struct line_pnts **, int,
-			       double *, double *);
 int Vect__intersect_line_with_poly(const struct line_pnts *, double,
 				   struct line_pnts *);
+int Vect_get_point_in_area(const struct Map_info *, int, double *, double *);
 int Vect_get_point_in_poly(const struct line_pnts *, double *, double *);
-int Vect_point_in_poly(double, double, const struct line_pnts *);
+int Vect_get_point_in_poly_isl(const struct line_pnts *, const struct line_pnts **, int,
+			       double *, double *);
+int Vect_point_in_area(double, double, const struct Map_info *, int, struct bound_box);
 int Vect_point_in_area_outer_ring(double, double, const struct Map_info *, int, struct bound_box);
 int Vect_point_in_island(double, double, const struct Map_info *, int, struct bound_box);
+int Vect_point_in_poly(double, double, const struct line_pnts *);
 
 /* Cleaning */
 void Vect_break_lines(struct Map_info *, int, struct Map_info *);



More information about the grass-commit mailing list