Wrapper class for two trees and the corresponding distance. More...
#include <OpenMS/COMPARISON/CLUSTERING/HierarchicalClustering.h>
Public Member Functions | |
| TreeDistance (const DoubleReal &distance, TreeNode *left, TreeNode *right) | |
| bool | operator> (const TreeDistance &rhs) const |
Public Attributes | |
| DoubleReal | distance |
| TreeNode * | left |
| TreeNode * | right |
Wrapper class for two trees and the corresponding distance.
| TreeDistance | ( | const DoubleReal & | distance, | |
| TreeNode * | left, | |||
| TreeNode * | right | |||
| ) | [inline] |
| bool operator> | ( | const TreeDistance & | rhs | ) | const [inline] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |