Hierarchical Edge Bundle 1.0
|
#include <BallonTree.h>
Public Member Functions | |
BallonTree () | |
~BallonTree (void) | |
virtual void | Calculate () |
Public Attributes | |
std::map< unsigned int, VertexBallonPtr > | verticesChilds |
This class creates the ballon tree layout. It's child of View and the Calculate method creates the layout
BallonTree::BallonTree | ( | ) |
Standard constructor
BallonTree::~BallonTree | ( | void | ) |
Standard deconstructor
void BallonTree::Calculate | ( | ) | [virtual] |
std::map<unsigned int, VertexBallonPtr> BallonTree::verticesChilds |