#include <boost/property_map/property_map.hpp>
#include <boost/graph/properties.hpp>
#include <boost/shared_array.hpp>
#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <algorithm>
#include <limits>
Classes | |
struct | boost::color_traits< one_bit_color_type > |
struct | boost::one_bit_color_map< IndexMap > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Enumerations | |
enum | boost::one_bit_color_type { boost::one_bit_white = 0, boost::one_bit_not_white = 1 } |
Functions | |
template<typename IndexMap > | |
one_bit_color_type | boost::get (const one_bit_color_map< IndexMap > &pm, typename property_traits< IndexMap >::key_type key) |
template<typename IndexMap > | |
void | boost::put (const one_bit_color_map< IndexMap > &pm, typename property_traits< IndexMap >::key_type key, one_bit_color_type value) |
template<typename IndexMap > | |
one_bit_color_map< IndexMap > | boost::make_one_bit_color_map (std::size_t n, const IndexMap &index_map) |