Tree node used for clustering. More...
#include <OpenMS/COMPARISON/CLUSTERING/HierarchicalClustering.h>
Public Member Functions | |
TreeNode (const PointCoordinate &coord, const PointRef &ref, bool center) | |
TreeNode (const PointCoordinate &coord, const BoundingBox &bbox, TreeNode *left, TreeNode *right) | |
Public Attributes | |
const PointCoordinate | coord |
const BoundingBox | bbox |
TreeNode * | left |
TreeNode * | right |
UInt | points |
const bool | center |
const PointRef | ref |
Tree node used for clustering.
|
inline |
|
inline |
const BoundingBox bbox |
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
const bool center |
const PointCoordinate coord |
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
TreeNode* left |
UInt points |
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
const PointRef ref |
TreeNode * right |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:28 using doxygen 1.8.5 |