36 #ifndef OPENMS_DATASTRUCTURES_BINARYTREENODE_H 
   37 #define OPENMS_DATASTRUCTURES_BINARYTREENODE_H 
float Real
Real type. 
Definition: Types.h:109
Size right_child
Definition: BinaryTreeNode.h:66
Real distance
Definition: BinaryTreeNode.h:67
Size left_child
Definition: BinaryTreeNode.h:65
size_t Size
Size type e.g. used as variable which can hold result of size() 
Definition: Types.h:144
Elements of a binary tree used to represent a hierarchical clustering process. 
Definition: BinaryTreeNode.h:50