#include <string>
#include <vector>
#include <map>
#include "../Util/Singleton.h"
#include "../Util/Vector2.h"
#include "../Main/TreeMap.h"
Go to the source code of this file.
Classes | |
| class | GraphManager |
| The GraphManager is used to manage and render a Graph. More... | |
| struct | GraphManager::TreeNode |
| A single node of the tree. | |
| struct | GraphManager::AdjEdgeRelation |
| An additional relation between tree nodes. | |
Enumerations | |
| enum | BlendMode { NONE = 0, ALPHA, MAX } |
| Different Modes for blending of splines. | |
| enum | TreeLayout { RADIAL = 0, CLASSIC, TREEMAP_SLICE, TREEMAP_SQUARED, TREEMAP_STRIP } |
| Different Layouts for rendering the tree. | |
1.5.9