Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::default_color_map_generator< Graph, IndexMap > Struct Template Reference

#include <dijkstra_shortest_paths.hpp>

Public Types

typedef
boost::is_base_and_derived
< boost::vertex_list_graph_tag,
typename boost::graph_traits
< Graph >::traversal_category > 
known_num_vertices
 
typedef
default_color_map_generator_helper
< Graph, IndexMap,
known_num_vertices::value > 
helper
 
typedef helper::type type
 

Static Public Member Functions

static type build (const Graph &g, const IndexMap &index)
 

Member Typedef Documentation

template<class Graph , class IndexMap >
typedef default_color_map_generator_helper<Graph, IndexMap, known_num_vertices::value> boost::detail::default_color_map_generator< Graph, IndexMap >::helper
template<class Graph , class IndexMap >
typedef boost::is_base_and_derived< boost::vertex_list_graph_tag, typename boost::graph_traits<Graph>::traversal_category> boost::detail::default_color_map_generator< Graph, IndexMap >::known_num_vertices
template<class Graph , class IndexMap >
typedef helper::type boost::detail::default_color_map_generator< Graph, IndexMap >::type

Member Function Documentation

template<class Graph , class IndexMap >
static type boost::detail::default_color_map_generator< Graph, IndexMap >::build ( const Graph &  g,
const IndexMap &  index 
)
inlinestatic

The documentation for this struct was generated from the following file: