Searched defs:grid_graph_index_map (Results 1 – 1 of 1) sorted by relevance
45 struct grid_graph_index_map struct48 typedef Index value_type;49 typedef Index reference_type;50 typedef reference_type reference;51 typedef Descriptor key_type;52 typedef readable_property_map_tag category;54 grid_graph_index_map() {} in grid_graph_index_map() argument56 grid_graph_index_map(const Graph& graph) : m_graph(&graph) {} in grid_graph_index_map() argument58 value_type operator[](key_type key) const in operator []()72 const Graph* m_graph;