#include <boost/config.hpp>
#include <vector>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/reverse_graph.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/named_function_params.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/type_traits/conversion_traits.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::detail | |
Functions | |
template<typename Graph1 , typename Graph2 > | |
edge_copier< Graph1, Graph2 > | boost::detail::make_edge_copier (const Graph1 &g1, Graph2 &g2) |
template<typename Graph1 , typename Graph2 > | |
vertex_copier< Graph1, Graph2 > | boost::detail::make_vertex_copier (const Graph1 &g1, Graph2 &g2) |
template<typename Param , typename G1 , typename G2 > | |
detail::choose_edge_copier_helper < Param, G1, G2 >::result_type | boost::detail::choose_edge_copier (const Param ¶ms, const G1 &g_in, G2 &g_out) |
template<typename Param , typename G1 , typename G2 > | |
detail::choose_vertex_copier_helper < Param, G1, G2 >::result_type | boost::detail::choose_vertex_copier (const Param ¶ms, const G1 &g_in, G2 &g_out) |
template<typename VertexListGraph , typename MutableGraph > | |
void | boost::copy_graph (const VertexListGraph &g_in, MutableGraph &g_out) |
template<typename VertexListGraph , typename MutableGraph , class P , class T , class R > | |
void | boost::copy_graph (const VertexListGraph &g_in, MutableGraph &g_out, const bgl_named_params< P, T, R > ¶ms) |
template<typename Graph , typename MutableGraph , typename CopyVertex , typename CopyEdge , typename Orig2CopyVertexIndexMap , typename Params > | |
graph_traits< MutableGraph > ::vertex_descriptor | boost::detail::copy_component_impl (const Graph &g_in, typename graph_traits< Graph >::vertex_descriptor src, MutableGraph &g_out, CopyVertex copy_vertex, CopyEdge copy_edge, Orig2CopyVertexIndexMap orig2copy, const Params ¶ms) |
template<typename IncidenceGraph , typename MutableGraph , typename P , typename T , typename R > | |
graph_traits< MutableGraph > ::vertex_descriptor | boost::copy_component (IncidenceGraph &g_in, typename graph_traits< IncidenceGraph >::vertex_descriptor src, MutableGraph &g_out, const bgl_named_params< P, T, R > ¶ms) |
template<typename IncidenceGraph , typename MutableGraph > | |
graph_traits< MutableGraph > ::vertex_descriptor | boost::copy_component (IncidenceGraph &g_in, typename graph_traits< IncidenceGraph >::vertex_descriptor src, MutableGraph &g_out) |