EmbedderDijkstra.cpp

Langue: en

Version: 281409 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

EmbedderDijkstra.cpp -

SYNOPSIS


#include <limits.h>
#include <stdlib.h>
#include 'EmbedderDefs.h'

Classes


class heap

Defines


#define LOOP while(true)

Typedefs


typedef DistType Word

Functions


void dijkstra (int vertex, vtx_data *graph, int n, DistType *dist)

Define Documentation

#define LOOP while(true)

Typedef Documentation

typedef DistType Word

Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Function Documentation

void dijkstra (int vertex, vtx_data * graph, int n, DistType * dist)

Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.