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.
| TreeNode | ( | const PointCoordinate & | coord, | |
| const PointRef & | ref, | |||
| bool | center | |||
| ) | [inline] |
| TreeNode | ( | const PointCoordinate & | coord, | |
| const BoundingBox & | bbox, | |||
| TreeNode * | left, | |||
| TreeNode * | right | |||
| ) | [inline] |
| const BoundingBox bbox |
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
| const bool center |
| const PointCoordinate coord |
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
Referenced by HierarchicalClustering< PointRef >::clusterIndex_().
| const PointRef ref |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |