Hierarchical Edge Bundle 1.0
Public Member Functions | Public Attributes
RenderTreeMap Class Reference

#include <RenderTreeMap.h>

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

List of all members.

Public Member Functions

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

Public Attributes

bool m_cushiontexture

Detailed Description

This class renders the treemap layout.

Author:
Michael beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderTreeMap::RenderTreeMap ( void  )

Standardconstructor, which initialize the data

RenderTreeMap::~RenderTreeMap ( void  )

Standarddeconstructor


Member Function Documentation

void RenderTreeMap::DrawGrid ( )

This method draws the Grid.

Here is the call graph for this function:

Here is the caller graph for this function:

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

This method draws the vertices

Here is the call graph for this function:

Here is the caller graph for this function:

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


Member Data Documentation


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