35 #ifndef OPENMS_ANALYSIS_QUANTITATION_KDTREEFEATURENODE_H 36 #define OPENMS_ANALYSIS_QUANTITATION_KDTREEFEATURENODE_H 38 #include <OpenMS/config.h> 47 class KDTreeFeatureMaps;
71 value_type operator[](
Size i)
const;
74 Size getIndex()
const;
93 #endif // OPENMS_ANALYSIS_QUANTITATION_KDTREEFEATURENODE_H
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:50
A node of the kD-tree with pointer to corresponding data and index.
Definition: KDTreeFeatureNode.h:50
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
KDTreeFeatureMaps * data_
Pointer to the actual data.
Definition: KDTreeFeatureNode.h:79
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
Size idx_
Index of this feature.
Definition: KDTreeFeatureNode.h:82
double value_type
libkdtree++ needs this typedef
Definition: KDTreeFeatureNode.h:68