Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::default_r_c_shortest_paths_visitor Struct Reference

#include <r_c_shortest_paths.hpp>

Public Member Functions

template<class Label , class Graph >
void on_label_popped (const Label &, const Graph &)
 
template<class Label , class Graph >
void on_label_feasible (const Label &, const Graph &)
 
template<class Label , class Graph >
void on_label_not_feasible (const Label &, const Graph &)
 
template<class Label , class Graph >
void on_label_dominated (const Label &, const Graph &)
 
template<class Label , class Graph >
void on_label_not_dominated (const Label &, const Graph &)
 
template<class Queue , class Graph >
bool on_enter_loop (const Queue &queue, const Graph &graph)
 

Member Function Documentation

template<class Queue , class Graph >
bool boost::default_r_c_shortest_paths_visitor::on_enter_loop ( const Queue &  queue,
const Graph &  graph 
)
inline
template<class Label , class Graph >
void boost::default_r_c_shortest_paths_visitor::on_label_dominated ( const Label &  ,
const Graph &   
)
inline
template<class Label , class Graph >
void boost::default_r_c_shortest_paths_visitor::on_label_feasible ( const Label &  ,
const Graph &   
)
inline
template<class Label , class Graph >
void boost::default_r_c_shortest_paths_visitor::on_label_not_dominated ( const Label &  ,
const Graph &   
)
inline
template<class Label , class Graph >
void boost::default_r_c_shortest_paths_visitor::on_label_not_feasible ( const Label &  ,
const Graph &   
)
inline
template<class Label , class Graph >
void boost::default_r_c_shortest_paths_visitor::on_label_popped ( const Label &  ,
const Graph &   
)
inline

The documentation for this struct was generated from the following file: