|
| template<class Visitors > |
| mas_visitor< Visitors > | boost::make_mas_visitor (Visitors vis) |
| |
| template<class Graph , class WeightMap , class MASVisitor , class VertexAssignmentMap , class KeyedUpdatablePriorityQueue > |
| void | boost::detail::maximum_adjacency_search (const Graph &g, WeightMap weights, MASVisitor vis, const typename boost::graph_traits< Graph >::vertex_descriptor start, VertexAssignmentMap assignments, KeyedUpdatablePriorityQueue pq) |
| |
| template<class Graph , class WeightMap , class MASVisitor , class VertexAssignmentMap , class KeyedUpdatablePriorityQueue > |
| void | boost::maximum_adjacency_search (const Graph &g, WeightMap weights, MASVisitor vis, const typename boost::graph_traits< Graph >::vertex_descriptor start, VertexAssignmentMap assignments, KeyedUpdatablePriorityQueue pq) |
| |
| template<typename Graph , typename P , typename T , typename R > |
| void | boost::maximum_adjacency_search (const Graph &g, const bgl_named_params< P, T, R > ¶ms) |
| |