Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark > Member List

This is the complete list of members for T_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark >, including all inherited members.

count_landmarks(Graph &G, const IsLandmark &is_landmark=IsLandmark())T_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark >inlinestatic
get_landmarks(Graph &G, const IsLandmark &is_landmark, OutputIterator out)T_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark >inlinestatic
get_landmarks(Graph &G, OutputIterator out)T_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark >inlinestatic
operator()(Graph &G, Vertex origin, PredecessorMap &pred, DistanceMap &dist, const IsLandmark &is_landmark, WeightMap &weights, unsigned k=0) constT_Dijkstra_shortest_paths_with_landmarks< Graph, IsLandmark >inline