Home
last modified time | relevance | path

Searched refs:tColorValue (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dboykov_kolmogorov_max_flow_test.cpp247 typedef typename property_traits< ColorMap >::value_type tColorValue; typedef in boykov_kolmogorov_test
248 typedef color_traits< tColorValue > tColorTraits;
311 tColorValue color = this->get_tree(v); in invariant_six()
336 tColorValue color = this->get_tree(v); in invariant_seven()
356 tColorValue color = this->get_tree(v); in invariant_eight()
/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp86 typedef typename property_traits< ColorMap >::value_type tColorValue; typedef in boost::detail::bk_max_flow
87 typedef color_traits< tColorValue > tColorTraits;
731 inline tColorValue get_tree(vertex_descriptor v) const in get_tree()
740 inline void set_tree(vertex_descriptor v, tColorValue t) in set_tree()