Hierarchical Edge Bundle 1.0
Public Member Functions
RenderRootedTree Class Reference

#include <RenderRootedTree.h>

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

List of all members.

Public Member Functions

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

Detailed Description

This method renders a rooted tree.

Author:
Michael Beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderRootedTree::RenderRootedTree ( void  )

Standardconstructor

RenderRootedTree::~RenderRootedTree ( void  )

Standarddeconstructor


Member Function Documentation

void RenderRootedTree::DrawGrid ( )

This method draws a grid.

Here is the caller graph for this function:

void RenderRootedTree::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 RenderRootedTree::DrawVertices ( )

This method draws the vertices

Here is the caller graph for this function:

void RenderRootedTree::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