#include <OpenMS/KERNEL/Peak1D.h>
#include <OpenMS/KERNEL/Peak2D.h>
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
Go to the source code of this file.
Metafunction to choose among Peak1D respectively Peak2D through a template argument.
The result is accessible via typedef Type:
DPeak<1>::Type
Peak1D
DPeak<2>::Type
Peak2D