|
Hierarchical Edge Bundle 1.0
|
#include <Hierarchy.h>
Public Member Functions | |
| Hierarchy (void) | |
| Hierarchy (int count) | |
| ~Hierarchy (void) | |
| void | SetNumberOfNodes (int count) |
| int | GetNumberOfNodes () |
This class defines a hierarchy. It saves the number of nodes in this hierarchy.
| Hierarchy::Hierarchy | ( | void | ) |
Standardconstructor
| Hierarchy::Hierarchy | ( | int | count | ) |
Standardconstructor
| count | [int] number of elements in this hierarchy |
| Hierarchy::~Hierarchy | ( | void | ) |
Standarddeconstructor
| int Hierarchy::GetNumberOfNodes | ( | ) |
This method returns the number of nodes in this hierarchy
| void Hierarchy::SetNumberOfNodes | ( | int | count | ) |
This method sets the number of nodes in this hierarchy
| count | [int] number of nodes in this hierarchy |
1.7.4