Home
last modified time | relevance | path

Searched refs:Iterator_pair (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Partition_2/
H A DVertex_visibility_graph_2.h102 Iterator_pair; typedef
103 typedef std::map<Point_2, Iterator_pair, Less_xy_2> Vertex_map;
H A DVertex_visibility_graph_2_impl.h80 vertex_map.insert(Map_pair(*it, Iterator_pair(it, polygon.end()))); in initialize_vertex_map()