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

#include <BallonTree.h>

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

List of all members.

Public Member Functions

 BallonTree ()
 ~BallonTree (void)
virtual void Calculate ()

Public Attributes

std::map< unsigned int,
VertexBallonPtr > 
verticesChilds

Detailed Description

This class creates the ballon tree layout. It's child of View and the Calculate method creates the layout

Author:
Michael Beham
Date:
4.6.2011

Constructor & Destructor Documentation

BallonTree::BallonTree ( )

Standard constructor

BallonTree::~BallonTree ( void  )

Standard deconstructor


Member Function Documentation

void BallonTree::Calculate ( ) [virtual]

This method calculates the tre layout

Implements View.

Here is the call graph for this function:


Member Data Documentation

std::map<unsigned int, VertexBallonPtr> BallonTree::verticesChilds

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