Hierarchical Edge Bundle 1.0
Public Member Functions
RenderRadialTree Class Reference

#include <RenderRadialTree.h>

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

List of all members.

Public Member Functions

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

Detailed Description

This method renders a radial tree.

Author:
Michael Beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderRadialTree::RenderRadialTree ( void  )

Standardconstructor

RenderRadialTree::~RenderRadialTree ( void  )

Standarddeconstructor


Member Function Documentation

void RenderRadialTree::DrawGrid ( )

This method draws a grid.

Here is the caller graph for this function:

void RenderRadialTree::DrawVertex ( VertexPtr  v)

This method draws a passed vertex.

Parameters:
[VertexPtr]v Vertex which should draw.

Here is the caller graph for this function:

void RenderRadialTree::DrawVertices ( )

This method draws the vertices

Here is the caller graph for this function:

void RenderRadialTree::DrawWithoutVertex ( VertexPtr  v)

This method draws all vertices, without the passed vertex.

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

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