Random.h(3) An implementation of a random 3D layout.

Other Alias

Random

SYNOPSIS


#include <Random.h>

Public Member Functions


Random (const tlp::PropertyContext &)

~Random ()

bool run ()

bool check (std::string &)

Detailed Description

Random.h - An implementation of a random 3D layout.

Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : [email protected] 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. This plugin is an implementation of a random 3D layout

HISTORY

01/12/99 Verson 0.0.1: Initial release

Note:

This algorithm works on general graphs.

 Let n be the number of nodes, the algorithm complexity is in O(n).

Author:

David Auber University Bordeaux I France, Email : [email protected]

Constructor & Destructor Documentation

Random::Random (const tlp::PropertyContext &)

Random::~Random ()

Member Function Documentation

bool Random::check (std::string &)

bool Random::run ()

Author

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