Home
last modified time | relevance | path

Searched refs:Vect_append_points (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/lib/vector/vedit/
H A Dmerge.c232 Vect_append_points(ps, Points2, GV_BACKWARD); in merge_lines()
234 Vect_append_points(ps, Points1, GV_FORWARD); in merge_lines()
237 Vect_append_points(ps, Points2, GV_FORWARD); in merge_lines()
239 Vect_append_points(ps, Points1, GV_FORWARD); in merge_lines()
243 Vect_append_points(ps, Points1, GV_FORWARD); in merge_lines()
244 Vect_append_points(ps, Points2, GV_FORWARD); in merge_lines()
248 Vect_append_points(ps, Points1, GV_FORWARD); in merge_lines()
249 Vect_append_points(ps, Points2, GV_BACKWARD); in merge_lines()
/dports/databases/grass7/grass-7.8.6/vector/v.build.polylines/
H A Dwalk.c159 Vect_append_points(points, pnts, GV_BACKWARD); in walk_forward_and_pick_up_coords()
163 Vect_append_points(points, pnts, GV_FORWARD); in walk_forward_and_pick_up_coords()
197 Vect_append_points(points, pnts, GV_FORWARD); in walk_forward_and_pick_up_coords()
202 Vect_append_points(points, pnts, GV_BACKWARD); in walk_forward_and_pick_up_coords()
/dports/databases/grass7/grass-7.8.6/vector/v.net.path/
H A Dpath.c255 Vect_append_points(OPoints, Points, in path()
268 Vect_append_points(OPoints, Points, in path()
271 Vect_append_points(OPoints, Points, in path()
326 Vect_append_points(OPoints, Points, GV_BACKWARD); in path()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dnet_analyze.c907 Vect_append_points(Points, SPoints, GV_FORWARD); in find_shortest_path_coor()
941 Vect_append_points(Points, fPoints[fn], GV_FORWARD); in find_shortest_path_coor()
944 Vect_append_points(FPoints, fPoints[fn], GV_FORWARD); in find_shortest_path_coor()
956 Vect_append_points(Points, APoints, GV_FORWARD); in find_shortest_path_coor()
958 Vect_append_points(Points, APoints, GV_BACKWARD); in find_shortest_path_coor()
981 Vect_append_points(Points, tPoints[tn], GV_FORWARD); in find_shortest_path_coor()
985 Vect_append_points(TPoints, tPoints[tn], GV_FORWARD); in find_shortest_path_coor()
H A Dbuffer.c402 Vect_append_points(Points, InPoints, GV_FORWARD); in Vect_line_buffer()
431 Vect_append_points(OutPoints, PPoints, GV_FORWARD); in Vect_line_buffer()
435 Vect_append_points(OutPoints, PPoints, GV_BACKWARD); in Vect_line_buffer()
H A Darea_pg.c57 Vect_append_points(APoints, pg_info->cache.lines[0], direction); in Vect__get_area_points_pg()
H A Dmerge_lines.c223 Vect_append_points(MPoints, Points, direction); in Vect_merge_lines()
H A Dread_pg.c291 Vect_append_points(line_p, pg_info->cache.lines[ipart], GV_FORWARD); in V1_read_line_pg()
412 Vect_append_points(line_p, pg_info->cache.lines[cache_idx], GV_FORWARD); in V2_read_line_pg()
521 Vect_append_points(line_p, iline, GV_FORWARD); in read_next_line_pg()
H A Darea.c539 Vect_append_points(BPoints, Points, dir); in Vect__get_area_points_nat()
H A Dread_ogr.c429 Vect_append_points(line_p, in read_next_line_ogr()
H A Dline.c337 int Vect_append_points(struct line_pnts *Points, const struct line_pnts *APoints, in Vect_append_points() function
/dports/databases/grass7/grass-7.8.6/display/d.vect/
H A Darea.c139 Vect_append_points(Points, APoints, GV_FORWARD); in display_area()
155 Vect_append_points(Points, IPoints[i], GV_FORWARD); in display_area()
/dports/databases/grass7/grass-7.8.6/vector/v.net.distance/
H A Dmain.c372 Vect_append_points(PPoints, Points, in main()
375 Vect_append_points(PPoints, Points, in main()
396 Vect_append_points(Points, PPoints, GV_BACKWARD); in main()
/dports/databases/grass7/grass-7.8.6/vector/v.net.timetable/
H A Dmain.c534 Vect_append_points(Prev, Cur, GV_FORWARD); in main()
568 Vect_append_points(Points, Prev, GV_FORWARD); in main()
569 Vect_append_points(Points, Cur, GV_FORWARD); in main()
581 Vect_append_points(Prev, Cur, GV_FORWARD); in main()
/dports/databases/grass7/grass-7.8.6/vector/v.net/
H A Darcs.c59 Vect_append_points(points, points2, GV_FORWARD); in create_arcs()
/dports/databases/grass7/grass-7.8.6/vector/v.generalize/
H A Dmisc.c417 Vect_append_points(BPoints2, BPoints, dir); in check_topo()
420 Vect_append_points(BPoints2, Points, dir); in check_topo()
479 Vect_append_points(BPoints2, BPoints, dir); in check_topo()
482 Vect_append_points(BPoints2, Points, dir); in check_topo()
H A Dmain.c470 Vect_append_points(Points, APoints, GV_FORWARD); in main()
/dports/databases/grass7/grass-7.8.6/display/d.vect.thematic/
H A Darea.c118 Vect_append_points(Points, IPoints, GV_FORWARD); in dareatheme()
/dports/databases/grass7/grass-7.8.6/vector/v.clean/
H A Dprune.c74 Vect_append_points(Points_orig, Points, GV_FORWARD); in prune()
/dports/databases/grass7/grass-7.8.6/vector/v.split/
H A Dmain.c273 Vect_append_points(Points3, Points2, GV_FORWARD); in main()
/dports/databases/grass7/grass-7.8.6/vector/v.profile/
H A Dmain.c96 Vect_append_points(Buffer, gPoints, GV_FORWARD); in add_poly()
106 Vect_append_points(Buffer, gPoints, GV_FORWARD); in add_poly()
/dports/databases/grass7/grass-7.8.6/vector/v.net.allpairs/
H A Dmain.c311 Vect_append_points(aPoints, Points, GV_BACKWARD); in main()
/dports/databases/grass7/grass-7.8.6/vector/v.overlay/
H A Dline_area.c191 Vect_append_points(MPoints, Points, direction); in merge_line()
/dports/databases/grass7/grass-7.8.6/lib/vector/
H A Dvectorlib_lists.dox495 - Vect_append_points()
/dports/databases/grass7/grass-7.8.6/include/defs/
H A Dvector.h10 int Vect_append_points(struct line_pnts *, const struct line_pnts *, int);

12