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


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

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

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

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

1.7.4