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

#include <astar_search.hpp>

Inheritance diagram for boost::astar_heuristic< Graph, CostType >:
Collaboration diagram for boost::astar_heuristic< Graph, CostType >:

Public Types

typedef graph_traits< Graph >
::vertex_descriptor 
Vertex
 

Public Member Functions

 astar_heuristic ()
 
CostType operator() (Vertex u)
 

Member Typedef Documentation

template<class Graph , class CostType >
typedef graph_traits<Graph>::vertex_descriptor boost::astar_heuristic< Graph, CostType >::Vertex

Constructor & Destructor Documentation

template<class Graph , class CostType >
boost::astar_heuristic< Graph, CostType >::astar_heuristic ( )
inline

Member Function Documentation

template<class Graph , class CostType >
CostType boost::astar_heuristic< Graph, CostType >::operator() ( Vertex  u)
inline

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