TreeMapItemInfo Struct Reference

Item structure that holds information about a node. More...

#include <TreeMap.h>

List of all members.

Public Member Functions

 TreeMapItemInfo ()
 Default Constructor.
 TreeMapItemInfo (LPCTSTR _name, unsigned long _order, unsigned int _depth, float _size)

Public Attributes

TCHAR name [60]
 Name of the node.
LayoutRectangle rc
 Calculated bounds of the node.
unsigned int depth
 Depth in the tree.
unsigned long order
 Order between nodes of the same depth (collected order sequence).
float size
 Weight (size) of the node.


Detailed Description

Item structure that holds information about a node.

Constructor & Destructor Documentation

TreeMapItemInfo::TreeMapItemInfo ( LPCTSTR  _name,
unsigned long  _order,
unsigned int  _depth,
float  _size 
)

Parameters:
_name Name of the node.
_order Order between nodes of the same depth.
_depth Depth of the node in the tree.
_size Size of the node which can be used during size calculation.


The documentation for this struct was generated from the following files:

Generated on Thu May 28 08:24:23 2009 for Hierarchical Edge Bundles by  doxygen 1.5.9