Hierarchical Edge Bundle 1.0
|
#include <RadialTree.h>
Public Member Functions | |
RadialTree () | |
~RadialTree (void) | |
virtual void | Calculate () |
This class creates the radial tree layout. It's child of View and defines the calculate method.
RadialTree::RadialTree | ( | ) |
Standardconstructor
RadialTree::~RadialTree | ( | void | ) |
Standarddeconstructor
void RadialTree::Calculate | ( | ) | [virtual] |
This method creates the radial tree layout.
Implements View.