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

Go to the source code of this file.

Classes

class  Peak1D
 A 1-dimensional raw data point or peak. More...
 
struct  Peak1D::IntensityLess
 
struct  Peak1D::MZLess
 Comparator by m/z position. More...
 
struct  Peak1D::PositionLess
 Comparator by position. As this class has dimension 1, this is basically an alias for MZLess. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Functions

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