Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sloan_ordering.hpp File Reference
#include <boost/config.hpp>
#include <vector>
#include <queue>
#include <algorithm>
#include <limits>
#include <boost/pending/queue.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/properties.hpp>
#include <boost/pending/indirect_cmp.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/visitors.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/cuthill_mckee_ordering.hpp>
Include dependency graph for sloan_ordering.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 

Macros

#define WEIGHT1   1
 
#define WEIGHT2   2
 

Functions

template<class Distance >
Distance::value_type boost::RLS_depth (Distance &d)
 
template<class Distance , class my_int >
Distance::value_type boost::RLS_max_width (Distance &d, my_int depth)
 
template<class Graph , class ColorMap , class DegreeMap >
graph_traits< Graph >
::vertex_descriptor 
boost::sloan_start_end_vertices (Graph &G, typename graph_traits< Graph >::vertex_descriptor &s, ColorMap color, DegreeMap degree)
 
template<class Graph , class OutputIterator , class ColorMap , class DegreeMap , class PriorityMap , class Weight >
OutputIterator boost::sloan_ordering (Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor e, OutputIterator permutation, ColorMap color, DegreeMap degree, PriorityMap priority, Weight W1, Weight W2)
 
template<class Graph , class OutputIterator , class ColorMap , class DegreeMap , class PriorityMap >
OutputIterator boost::sloan_ordering (Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor e, OutputIterator permutation, ColorMap color, DegreeMap degree, PriorityMap priority)
 
template<class Graph , class OutputIterator , class Color , class Degree , class Priority , class Weight >
OutputIterator boost::sloan_ordering (Graph &G, OutputIterator permutation, Color color, Degree degree, Priority priority, Weight W1, Weight W2)
 
template<class Graph , class OutputIterator , class Color , class Degree , class Priority >
OutputIterator boost::sloan_ordering (Graph &G, OutputIterator permutation, Color color, Degree degree, Priority priority)
 

Macro Definition Documentation

#define WEIGHT1   1

Referenced by boost::sloan_ordering().

#define WEIGHT2   2

Referenced by boost::sloan_ordering().