OpenMS
Peak2D.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/DPosition.h>
#include <iosfwd>
#include <functional>
Include dependency graph for Peak2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Peak2D
 A 2-dimensional raw data point or peak. More...
 
struct  Peak2D::IntensityLess
 
struct  Peak2D::RTLess
 Comparator by RT position. More...
 
struct  Peak2D::MZLess
 Comparator by m/z position. More...
 
struct  Peak2D::PositionLess
 Comparator by position. Lexicographical comparison (first RT then m/z) is done. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Functions

std::ostream & operator<< (std::ostream &os, const Peak2D &point)
 Print the contents to a stream. More...