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

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...