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

#include <RenderTree.h>

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

List of all members.

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

Viewm_view
unsigned int mode

Detailed Description

This method is the parent class for rendering the treelayouts.

Author:
Michael Beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderTree::RenderTree ( void  )

Standardconstructor

RenderTree::~RenderTree ( void  ) [virtual]

virtual deconstructor


Member Function Documentation

void RenderTree::DrawGrid ( int  actView)

This method draws the Grid.

void RenderTree::DrawVertex ( int  actView,
VertexPtr  v 
)

This method draws a passed vertex.

Parameters:
[VertexPtr]v Vertex which should draw.

Here is the call graph for this function:

void RenderTree::DrawVertices ( int  actView)

This method draws the vertices

Here is the call graph for this function:

void RenderTree::DrawWithoutVertex ( int  actView,
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:


Member Data Documentation

unsigned int RenderTree::mode

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