NAME
SquarifiedTreeMap.h -
SYNOPSIS
#include <hash_map>
#include <vector>
#include <utility>
#include ’tulip/TulipPlugin.h’
#include ’tulip/RectangleArea.h’
Classes
class SquarifiedTreeMap
SquarifiedTreeMap.h - An implementation of a squarified treemap
layout.
Defines
#define SQUARIFIEDTREEMAP_h
Typedefs
typedef std::vector< tlp::node > vecNode
typedef stdext::hash_map< tlp::node, float > mapNode
typedef std::pair< tlp::node, float > pairNodeF
typedef std::vector< pairNodeF > pairVector
typedef pairVector::iterator pairIterator
Define Documentation
#define SQUARIFIEDTREEMAP_h Authors: David Auber, Patrick Mary, Morgan
Mathiaut from the LaBRI Visualization Team Email : auber@tulip-
software.org Last modification : 13/03/2009 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.
Typedef Documentation
typedef stdext::hash_map<tlp::node, float> mapNode
typedef pairVector::iterator pairIterator
typedef std::pair<tlp::node, float> pairNodeF
typedef std::vector<pairNodeF> pairVector
typedef std::vector<tlp::node> vecNode
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.