BubbleTree.cpp File Reference
#include <map>
#include <cmath>
#include <climits>
#include <fstream>
#include <qmessagebox.h>
#include <tulip/Circle.h>
#include <tulip/TreeTest.h>
#include "BubbleTree.h"
Include dependency graph for BubbleTree.cpp:
Classes
Functions
Variables
Function Documentation
LAYOUTPLUGINOFGROUP |
( |
BubbleTree |
, |
|
|
"Bubble Tree" |
, |
|
|
"D.Auber/S.Grivet" |
, |
|
|
"16/05/2003" |
, |
|
|
"Stable" |
, |
|
|
"1" |
, |
|
|
"1" |
, |
|
|
"Tree" |
|
|
) |
|
|
Variable Documentation
|
Initial value: {
HTML_HELP_OPEN()
HTML_HELP_DEF( "type", "Size" )
HTML_HELP_DEF( "values", "An existing size property" )
HTML_HELP_DEF( "default", "viewSize" )
HTML_HELP_BODY()
"This parameter defines the property used for node's sizes."
HTML_HELP_CLOSE(),
HTML_HELP_OPEN()
HTML_HELP_DEF( "type", "bool" )
HTML_HELP_DEF( "values", "[true, false] o(nlog(n)) / o(n)" )
HTML_HELP_DEF( "default", "true" )
HTML_HELP_BODY()
"This parameter enables to choose the complexity of the algorithm."
}
|
|