Hierarchical Edge Bundle 1.0
|
#include <RenderTree.h>
Public Member Functions | |
RenderTree (void) | |
virtual | ~RenderTree (void) |
void | DrawGrid (int) |
void | DrawVertices (int) |
void | DrawWithoutVertex (int, VertexPtr v) |
void | DrawVertex (int, VertexPtr v) |
Public Attributes | |
View * | m_view |
unsigned int | mode |
This method is the parent class for rendering the treelayouts.
RenderTree::RenderTree | ( | void | ) |
Standardconstructor
RenderTree::~RenderTree | ( | void | ) | [virtual] |
virtual deconstructor
void RenderTree::DrawGrid | ( | int | actView | ) |
This method draws the Grid.
void RenderTree::DrawVertex | ( | int | actView, |
VertexPtr | v | ||
) |
This method draws a passed vertex.
[VertexPtr] | v Vertex which should draw. |
void RenderTree::DrawVertices | ( | int | actView | ) |
This method draws the vertices
void RenderTree::DrawWithoutVertex | ( | int | actView, |
VertexPtr | v | ||
) |
This method draws all vertices, without the passed vertex.
[VertexPtr] | v Vertex which shouldn't draw. |
unsigned int RenderTree::mode |