|
Hierarchical Edge Bundle 1.0
|
#include <RenderRootedTree.h>


Public Member Functions | |
| RenderRootedTree (void) | |
| ~RenderRootedTree (void) | |
| void | DrawGrid () |
| void | DrawVertices () |
| void | DrawWithoutVertex (VertexPtr v) |
| void | DrawVertex (VertexPtr v) |
This method renders a rooted tree.
| RenderRootedTree::RenderRootedTree | ( | void | ) |
Standardconstructor
| RenderRootedTree::~RenderRootedTree | ( | void | ) |
Standarddeconstructor
| void RenderRootedTree::DrawGrid | ( | ) |
This method draws a grid.

| void RenderRootedTree::DrawVertex | ( | VertexPtr | v | ) |
This method draws a passed vertex.
| [VertexPtr] | v Vertex which should draw. |

| void RenderRootedTree::DrawVertices | ( | ) |
This method draws the vertices

| void RenderRootedTree::DrawWithoutVertex | ( | VertexPtr | v | ) |
This method draws all vertices, without the passed vertex.
| [VertexPtr] | v Vertex which shouldn't draw. |

1.7.4