[GRASS-SVN] r49550 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 5 10:51:10 EST 2011
Author: mmetz
Date: 2011-12-05 07:51:09 -0800 (Mon, 05 Dec 2011)
New Revision: 49550
Modified:
grass/trunk/include/defs/vector.h
Log:
add new fns for topology check
Modified: grass/trunk/include/defs/vector.h
===================================================================
--- grass/trunk/include/defs/vector.h 2011-12-05 15:38:45 UTC (rev 49549)
+++ grass/trunk/include/defs/vector.h 2011-12-05 15:51:09 UTC (rev 49550)
@@ -223,6 +223,7 @@
int Vect_open_update_head(struct Map_info *, const char *, const char *);
int Vect_copy_head_data(const struct Map_info *, struct Map_info *);
int Vect_build(struct Map_info *);
+int Vect_topo_check(struct Map_info *, struct Map_info *);
int Vect_get_built(const struct Map_info *);
int Vect_build_partial(struct Map_info *, int);
int Vect_set_constraint_region(struct Map_info *, double, double, double,
@@ -330,6 +331,9 @@
void Vect_break_lines(struct Map_info *, int, struct Map_info *);
int Vect_break_lines_list(struct Map_info *, struct ilist *, struct ilist *,
int, struct Map_info *);
+int Vect_check_line_breaks(struct Map_info *, int, struct Map_info *);
+int Vect_check_line_breaks_list(struct Map_info *, struct ilist *, struct ilist *,
+ int, struct Map_info *);
int Vect_merge_lines(struct Map_info *, int, int *, struct Map_info *);
void Vect_break_polygons(struct Map_info *, int, struct Map_info *);
void Vect_remove_duplicates(struct Map_info *, int, struct Map_info *);
More information about the grass-commit
mailing list