heap

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

heap -

SYNOPSIS


Public Member Functions


heap (int size)

heap ()

~heap ()

void initHeap (int startVertex, int index[], Word dist[], int n)

bool extractMax (int &max, int index[], Word dist[])

void increaseKey (int increasedVertex, Word newDist, int index[], Word dist[])

Constructor & Destructor Documentation

heap::heap (int size) [inline]

heap::heap () [inline]

heap::~heap () [inline]

Member Function Documentation

bool heap::extractMax (int & max, int index[], Word dist[]) [inline]

void heap::increaseKey (int increasedVertex, Word newDist, int index[], Word dist[]) [inline]

void heap::initHeap (int startVertex, int index[], Word dist[], int n) [inline]

Author

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