Searched refs:vertex_handle (Results 1 – 3 of 3) sorted by relevance
86 typedef typename vertex_container::const_iterator vertex_handle; typedef in boost::geometry::detail::is_valid::complement_graph91 inline bool operator()(vertex_handle v1, vertex_handle v2) const in operator ()()97 typedef std::set<vertex_handle, vertex_handle_less> neighbor_container;107 inline signed_size_type parent_id(vertex_handle v) const in parent_id()112 inline void set_parent_id(vertex_handle v, signed_size_type id) in set_parent_id()117 inline bool visited(vertex_handle v) const in visited()122 inline void set_visited(vertex_handle v, bool value) in set_visited()132 inline bool has_cycles(vertex_handle start_vertex, in has_cycles()135 std::stack<vertex_handle> stack; in has_cycles()140 vertex_handle v = stack.top(); in has_cycles()[all …]
30 typedef typename complement_graph<TurnPoint>::vertex_handle vertex_handle; in debug_print_complement_graph() typedef34 for (vertex_handle it = graph.m_vertices.begin(); in debug_print_complement_graph()41 for (vertex_handle it = graph.m_vertices.begin(); in debug_print_complement_graph()
425 typename graph::vertex_handle v1 = g.add_vertex in apply()427 typename graph::vertex_handle v2 = g.add_vertex in apply()429 typename graph::vertex_handle vip = g.add_vertex(tit->point); in apply()