| 
| template<class Graph , class OutputIterator , class ColorMap , class DegreeMap >  | 
| OutputIterator  | boost::cuthill_mckee_ordering (const Graph &g, std::deque< typename graph_traits< Graph >::vertex_descriptor > vertex_queue, OutputIterator permutation, ColorMap color, DegreeMap degree) | 
|   | 
| template<class Graph , class OutputIterator , class ColorMap , class DegreeMap >  | 
| OutputIterator  | boost::cuthill_mckee_ordering (const Graph &g, typename graph_traits< Graph >::vertex_descriptor s, OutputIterator permutation, ColorMap color, DegreeMap degree) | 
|   | 
| template<class Graph , class OutputIterator , class ColorMap , class DegreeMap >  | 
| OutputIterator  | boost::cuthill_mckee_ordering (const Graph &G, OutputIterator permutation, ColorMap color, DegreeMap degree) | 
|   | 
| template<typename Graph , typename OutputIterator , typename VertexIndexMap >  | 
| OutputIterator  | boost::cuthill_mckee_ordering (const Graph &G, OutputIterator permutation, VertexIndexMap index_map) | 
|   | 
| template<typename Graph , typename OutputIterator >  | 
| OutputIterator  | boost::cuthill_mckee_ordering (const Graph &G, OutputIterator permutation) | 
|   |