35 #ifndef OPENMS_DATASTRUCTURES_BINARYTREENODE_H 36 #define OPENMS_DATASTRUCTURES_BINARYTREENODE_H 39 #include <OpenMS/OpenMSConfig.h>
Size right_child
Definition: BinaryTreeNode.h:65
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
float distance
Definition: BinaryTreeNode.h:66
Size left_child
Definition: BinaryTreeNode.h:64
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
Elements of a binary tree used to represent a hierarchical clustering process.
Definition: BinaryTreeNode.h:49