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 | MobilityPeak2D |
A 2-dimensional raw data point or peak. More... | |
struct | MobilityPeak2D::IntensityLess |
struct | MobilityPeak2D::IMLess |
Comparator by IM position. More... | |
struct | MobilityPeak2D::MZLess |
Comparator by m/z position. More... | |
struct | MobilityPeak2D::PositionLess |
Comparator by position. Lexicographical comparison (first IM then m/z) is done. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const MobilityPeak2D &point) |
Print the contents to a stream. More... | |