Hierarchical Edge Bundle 1.0
Public Member Functions
RenderBallonTree Class Reference

#include <RenderBallonTree.h>

Inheritance diagram for RenderBallonTree:
Inheritance graph
[legend]
Collaboration diagram for RenderBallonTree:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RenderBallonTree ()
 ~RenderBallonTree (void)
void DrawGrid ()
void DrawVertices ()
void DrawWithoutVertex (VertexPtr v)
void DrawVertex (VertexPtr v)

Detailed Description

This class renders the ballontree layout.

Author:
Michael beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderBallonTree::RenderBallonTree ( )

Standardconstructor, which initialize the data

RenderBallonTree::~RenderBallonTree ( void  )

Standarddeconstructor


Member Function Documentation

void RenderBallonTree::DrawGrid ( )

This method draws the Grid.

Here is the call graph for this function:

Here is the caller graph for this function:

void RenderBallonTree::DrawVertex ( VertexPtr  v)

This method draws a passed vertex.

Parameters:
[VertexPtr]v Vertex which should draw.

Here is the call graph for this function:

Here is the caller graph for this function:

void RenderBallonTree::DrawVertices ( )

This method draws the vertices

Here is the call graph for this function:

Here is the caller graph for this function:

void RenderBallonTree::DrawWithoutVertex ( VertexPtr  v)

This method draws all vertices, without the passed vertex.

Parameters:
[VertexPtr]v Vertex which shouldn't draw.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines