dijkstra.h File Reference
#include <glib.h>
Go to the source code of this file.
Functions | |
void | dijkstra_destroy () |
void | dijkstra_init () |
void | dijkstra_insert_edge (int u, int v, double w, gboolean temp_edge) |
void | dijkstra_remove_temp_edges () |
void | dijkstra_run () |
Function Documentation
void dijkstra_destroy | ( | ) |
void dijkstra_init | ( | ) |
References dijkstra_adjacency, dijkstra_d, dijkstra_previous, and double_destroy().
Referenced by audio_create_visibilitygraph().
void dijkstra_insert_edge | ( | int | u, | |
int | v, | |||
double | w, | |||
gboolean | temp_edge | |||
) |
References dijkstra_adjacency.
Referenced by audio_create_visibilitygraph(), and audio_find_dist_multi().
void dijkstra_remove_temp_edges | ( | ) |
References dijkstra_adjacency, and dijkstra_remove_temp_edges2().
Referenced by audio_find_dist_multi().
void dijkstra_run | ( | ) |
References dijkstra_adjacency, dijkstra_d, dijkstra_previous, double_destroy(), double_dup(), find_shortest_paths(), and initialize_dijkstra_d().
Referenced by audio_find_dist_multi().
Generated on Wed Jun 3 23:12:29 2009 for Stage by
