38 #include <OpenMS/OpenMSConfig.h>
Elements of a binary tree used to represent a hierarchical clustering process.
Definition: BinaryTreeNode.h:49
float distance
Definition: BinaryTreeNode.h:65
BinaryTreeNode(const Size i, const Size j, const float x)
constructor
Size left_child
Definition: BinaryTreeNode.h:63
BinaryTreeNode & operator=(const BinaryTreeNode &source)
assignment operator
~BinaryTreeNode()
destructor
Size right_child
Definition: BinaryTreeNode.h:64
BinaryTreeNode(const BinaryTreeNode &source)
copy constructor
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47