12 #include <OpenMS/OpenMSConfig.h> 
Elements of a binary tree used to represent a hierarchical clustering process.
Definition: BinaryTreeNode.h:23
 
float distance
Definition: BinaryTreeNode.h:39
 
BinaryTreeNode(const Size i, const Size j, const float x)
constructor
 
Size left_child
Definition: BinaryTreeNode.h:37
 
BinaryTreeNode & operator=(const BinaryTreeNode &source)
assignment operator
 
~BinaryTreeNode()
destructor
 
Size right_child
Definition: BinaryTreeNode.h:38
 
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:97
 
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19