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


Public Member Functions | |
| RenderBallonTree () | |
| ~RenderBallonTree (void) | |
| void | DrawGrid () |
| void | DrawVertices () |
| void | DrawWithoutVertex (VertexPtr v) |
| void | DrawVertex (VertexPtr v) |
This class renders the ballontree layout.
| RenderBallonTree::RenderBallonTree | ( | ) |
Standardconstructor, which initialize the data
| RenderBallonTree::~RenderBallonTree | ( | void | ) |
Standarddeconstructor
| void RenderBallonTree::DrawGrid | ( | ) |
This method draws the Grid.


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


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


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


1.7.4