TreeMap Class Reference
[Layout]

#include <TreeMap.h>

List of all members.


Detailed Description

TreeMap.h - An implementation of the tree map layout.

This plugin is an implementation of the tree map layout algorithm first published as:

Shneiderman, B. (March 1991)
Tree visualization with treemaps: a 2-d space-filling approach
ACM Transactions on Graphics, vol. 11, 1 (Jan. 1992) 92-99.
HCIL-91-03, CS-TR-2645, CAR-TR-548

HISTORY

Note:
This algorithm only works on trees. This version use the "viewMetric" property to determine The size of elements.
Let n be the number of nodes, the algorithm complexity is in O(n).
Author:
David Auber University Bordeaux I France: Email:auber@tulip-software.org
LICENCE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.


Public Member Functions

 TreeMap (const tlp::PropertyContext &)
 ~TreeMap ()
bool run ()
bool check (std::string &)
void reset ()


Constructor & Destructor Documentation

TreeMap::TreeMap const tlp::PropertyContext &   ) 
 

TreeMap::~TreeMap  ) 
 


Member Function Documentation

bool TreeMap::check std::string &   ) 
 

void TreeMap::reset  ) 
 

bool TreeMap::run  ) 
 


Generated on Fri Jan 5 14:21:56 2007 for Tulip Plugins by  doxygen 1.4.6