Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::AStarHeuristicConcept< Heuristic, Graph > Struct Template Reference

#include <astar_search.hpp>

Collaboration diagram for boost::AStarHeuristicConcept< Heuristic, Graph >:

Public Member Functions

void constraints ()
 

Public Attributes

Heuristic h
 
graph_traits< Graph >
::vertex_descriptor 
u
 

Member Function Documentation

template<class Heuristic , class Graph >
void boost::AStarHeuristicConcept< Heuristic, Graph >::constraints ( )
inline

Member Data Documentation

template<class Heuristic , class Graph >
Heuristic boost::AStarHeuristicConcept< Heuristic, Graph >::h
template<class Heuristic , class Graph >
graph_traits<Graph>::vertex_descriptor boost::AStarHeuristicConcept< Heuristic, Graph >::u

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