소스 검색

new cleaning tool, header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37788 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 16 년 전
부모
커밋
cbed655c1d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/Vect.h

+ 1 - 0
include/Vect.h

@@ -317,6 +317,7 @@ int Vect_point_in_island(double, double, const struct Map_info *, int);
 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_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 *);
 int Vect_line_check_duplicate(const struct line_pnts *,