#include <biconnected_components.hpp>
Static Public Member Functions | |
template<typename Graph , typename ComponentMap , typename OutputIterator , typename VertexIndexMap , typename DiscoverTimeMap , typename LowPointMap , class P , class T , class R > | |
static std::pair< std::size_t, OutputIterator > | apply (const Graph &g, ComponentMap comp, OutputIterator out, VertexIndexMap index_map, DiscoverTimeMap dtm, LowPointMap lowpt, const bgl_named_params< P, T, R > ¶ms, PredecessorMap pred) |
|
inlinestatic |
References boost::detail::biconnected_components_impl(), boost::choose_param(), boost::get_param(), boost::graph_visitor, and boost::make_dfs_visitor().
Referenced by boost::detail::bicomp_dispatch2< LowPointMap >::apply(), boost::detail::bicomp_dispatch2< param_not_found >::apply(), and boost::biconnected_components().