37 #include <OpenMS/config.h> 46 class KDTreeFeatureMaps;
73 Size getIndex()
const;
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:49
A node of the kD-tree with pointer to corresponding data and index.
Definition: KDTreeFeatureNode.h:49
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
KDTreeFeatureMaps * data_
Pointer to the actual data.
Definition: KDTreeFeatureNode.h:78
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Size idx_
Index of this feature.
Definition: KDTreeFeatureNode.h:81
double value_type
libkdtree++ needs this typedef
Definition: KDTreeFeatureNode.h:67