![]() |
OpenMS
2.5.0
|
A 2-dimensional raw data point or peak. More...
#include <OpenMS/KERNEL/Peak2D.h>
Classes | |
| struct | IntensityLess |
| struct | MZLess |
| Comparator by m/z position. More... | |
| struct | PositionLess |
| Comparator by position. Lexicographical comparison (first RT then m/z) is done. More... | |
| struct | RTLess |
| Comparator by RT position. More... | |
Public Types | |
Type definitions | |
| typedef float | IntensityType |
| Intensity type. More... | |
| typedef double | CoordinateType |
| Coordinate type (of the position) More... | |
| typedef DPosition< 2 > | PositionType |
| Position type. More... | |
Public Member Functions | |
| Peak2D & | operator= (const Peak2D &rhs)=default |
| Assignment operator. More... | |
| Peak2D & | operator= (Peak2D &&) &=default |
| Move assignment operator. More... | |
| bool | operator== (const Peak2D &rhs) const |
| Equality operator. More... | |
| bool | operator!= (const Peak2D &rhs) const |
| Equality operator. More... | |
Constructors and Destructor | |
Default constructor | |
| Peak2D () | |
| Peak2D (const PositionType &pos, const IntensityType in) | |
| Member constructor. More... | |
| Peak2D (const Peak2D &p)=default | |
| Copy constructor. More... | |
| Peak2D (Peak2D &&)=default | |
| Move constructor. More... | |
| ~Peak2D () | |
| Destructor. More... | |
Accessors | |
Non-mutable access to the data point intensity (height) | |
| IntensityType | getIntensity () const |
| void | setIntensity (IntensityType intensity) |
| Non-mutable access to the data point intensity (height) More... | |
| const PositionType & | getPosition () const |
| Non-mutable access to the position. More... | |
| PositionType & | getPosition () |
| Mutable access to the position. More... | |
| void | setPosition (const PositionType &position) |
| Mutable access to the position. More... | |
| CoordinateType | getMZ () const |
| Returns the m/z coordinate (index 1) More... | |
| void | setMZ (CoordinateType coordinate) |
| Mutable access to the m/z coordinate (index 1) More... | |
| CoordinateType | getRT () const |
| Returns the RT coordinate (index 0) More... | |
| void | setRT (CoordinateType coordinate) |
| Mutable access to the RT coordinate (index 0) More... | |
Protected Attributes | |
| PositionType | position_ |
| The data point position. More... | |
| IntensityType | intensity_ |
| The data point intensity. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Peak2D &point) |
| Print the contents to a stream. More... | |
Dimension descriptions | |
| enum | DimensionDescription { RT = 0, MZ = 1, DIMENSION = 2 } |
| This enum maps the symbolic names of the dimensions to numbers. More... | |
| static const char *const | dimension_name_short_ [DIMENSION] |
| Short name of the dimension (abbreviated form) More... | |
| static const char *const | dimension_name_full_ [DIMENSION] |
| Full name of the dimension (self-explanatory form) More... | |
| static const char *const | dimension_unit_short_ [DIMENSION] |
| Unit of measurement (abbreviated form) More... | |
| static const char *const | dimension_unit_full_ [DIMENSION] |
| Unit of measurement (self-explanatory form) More... | |
| static const char * | shortDimensionName (UInt const dim) |
| Short name of the dimension (abbreviated form) More... | |
| static const char * | shortDimensionNameRT () |
| Short name of the dimension (abbreviated form) More... | |
| static const char * | shortDimensionNameMZ () |
| Short name of the dimension (abbreviated form) More... | |
| static const char * | fullDimensionName (UInt const dim) |
| Full name of the dimension (self-explanatory form) More... | |
| static const char * | fullDimensionNameRT () |
| Full name of the dimension (self-explanatory form) More... | |
| static const char * | fullDimensionNameMZ () |
| Full name of the dimension (self-explanatory form) More... | |
| static const char * | shortDimensionUnit (UInt const dim) |
| Unit of measurement (abbreviated form) More... | |
| static const char * | shortDimensionUnitRT () |
| Unit of measurement (abbreviated form) More... | |
| static const char * | shortDimensionUnitMZ () |
| Unit of measurement (abbreviated form) More... | |
| static const char * | fullDimensionUnit (UInt const dim) |
| Unit of measurement (self-explanatory form) More... | |
| static const char * | fullDimensionUnitRT () |
| Unit of measurement (self-explanatory form) More... | |
| static const char * | fullDimensionUnitMZ () |
| Unit of measurement (self-explanatory form) More... | |
A 2-dimensional raw data point or peak.
This data structure is intended for continuous data or peak data. If you want to annotated single peaks with meta data, use RichPeak2D instead.
| typedef double CoordinateType |
Coordinate type (of the position)
| typedef float IntensityType |
Intensity type.
| typedef DPosition<2> PositionType |
Position type.
| enum DimensionDescription |
|
inline |
|
inlineexplicit |
Member constructor.
|
inline |
|
static |
Full name of the dimension (self-explanatory form)
|
static |
Full name of the dimension (self-explanatory form)
|
static |
Full name of the dimension (self-explanatory form)
|
static |
Unit of measurement (self-explanatory form)
|
static |
Unit of measurement (self-explanatory form)
|
static |
Unit of measurement (self-explanatory form)
|
inline |
|
inline |
Returns the m/z coordinate (index 1)
Referenced by TOPPGNPSExport::main_(), SpectraMerger::SpectraDistance_::operator()(), Peak2D::MZLess::operator()(), and OpenMS::positionComparator().
|
inline |
Mutable access to the position.
|
inline |
Non-mutable access to the position.
Referenced by Peak2D::PositionLess::operator()(), and InMzRange< PeakType >::operator()().
|
inline |
Returns the RT coordinate (index 0)
Referenced by TOPPGNPSExport::main_(), SpectraMerger::SpectraDistance_::operator()(), PrecursorIonSelection::SeqTotalScoreMore::operator()(), FeatureFinderIdentificationAlgorithm::FeatureCompare::operator()(), and Peak2D::RTLess::operator()().
|
inline |
Equality operator.
References KDTree::operator==().
Assignment operator.
Referenced by RichPeak2D::operator=().
|
inline |
Equality operator.
References Peak2D::intensity_, and Peak2D::position_.
Referenced by RichPeak2D::operator==().
|
inline |
Non-mutable access to the data point intensity (height)
Referenced by MRMTransitionGroupPicker::createMRMFeature(), SpecArrayFile::load(), MsInspectFile::load(), IsotopeWaveletTransform< PeakType >::mapSeeds2Features(), MRMTransitionGroupPicker::pickFragmentChromatograms(), MRMTransitionGroupPicker::pickPrecursorChromatograms(), LinearResamplerAlign::populate_raster_(), and MRMTransitionGroup< SpectrumT, TransitionT >::subset().
|
inline |
Mutable access to the m/z coordinate (index 1)
Referenced by ChromatogramTools::convertChromatogramsToSpectra(), MsInspectFile::load(), SpecArrayFile::load(), IsotopeWaveletTransform< PeakType >::mapSeeds2Features(), SpectraMerger::mergeSpectraPrecursors(), MRMTransitionGroupPicker::pickFragmentChromatograms(), MRMTransitionGroupPicker::pickPrecursorChromatograms(), and LinearResamplerAlign::populate_raster_().
|
inline |
Mutable access to the position.
References seqan::position().
|
inline |
Mutable access to the RT coordinate (index 0)
Referenced by ChromatogramTools::convertSpectraToChromatograms(), MsInspectFile::load(), SpecArrayFile::load(), IsotopeWaveletTransform< PeakType >::mapSeeds2Features(), SpectraMerger::mergeSpectraPrecursors(), MRMTransitionGroupPicker::pickFragmentChromatograms(), MRMTransitionGroupPicker::pickPrecursorChromatograms(), and MRMTransitionGroup< SpectrumT, TransitionT >::subset().
|
static |
Short name of the dimension (abbreviated form)
Referenced by ProductModel< 2 >::ProductModel(), ProductModel< 2 >::setModel(), and ProductModel< 2 >::updateMembers_().
|
static |
Short name of the dimension (abbreviated form)
|
static |
Short name of the dimension (abbreviated form)
|
static |
Unit of measurement (abbreviated form)
|
static |
Unit of measurement (abbreviated form)
|
static |
Unit of measurement (abbreviated form)
|
friend |
Print the contents to a stream.
|
staticprotected |
Full name of the dimension (self-explanatory form)
|
staticprotected |
Short name of the dimension (abbreviated form)
|
staticprotected |
Unit of measurement (self-explanatory form)
|
staticprotected |
Unit of measurement (abbreviated form)
|
protected |
The data point intensity.
Referenced by Peak2D::operator==().
|
protected |
The data point position.
Referenced by Peak2D::operator==().
1.8.16