Queue.3tulip

Langue: en

Version: 357605 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Queue -

SYNOPSIS


#include <EmbedderBfs.h>

Public Member Functions


Queue (int size)

~Queue ()

void initQueue (int startVertex)

bool dequeue (int &vertex)

bool enqueue (int vertex)

Detailed Description

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.

Constructor & Destructor Documentation

Queue::Queue (int size) [inline]

Queue::~Queue () [inline]

Member Function Documentation

bool Queue::dequeue (int & vertex) [inline]

bool Queue::enqueue (int vertex) [inline]

void Queue::initQueue (int startVertex) [inline]

Author

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