OpenMS
|
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/DPosition.h>
#include <iosfwd>
#include <functional>
Go to the source code of this file.
Classes | |
class | ChromatogramPeak |
A 1-dimensional raw data point or peak for chromatograms. More... | |
struct | ChromatogramPeak::IntensityLess |
Comparator by intensity. More... | |
struct | ChromatogramPeak::RTLess |
Comparator by RT position. More... | |
struct | ChromatogramPeak::PositionLess |
Comparator by position. As this class has dimension 1, this is basically an alias for RTLess. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ChromatogramPeak &point) |
Print the contents to a stream. More... | |