28 peak((std::numeric_limits<
Size>::max)()),
47 return peak != (std::numeric_limits<Size>::max)();
53 peak = (std::numeric_limits<Size>::max)();
54 spectrum = (std::numeric_limits<Size>::max)();
68 template <
typename FeatureMapType>
69 const typename FeatureMapType::value_type &
getFeature(
const FeatureMapType & map)
const
86 template <
typename PeakMapType>
105 template <
typename PeakMapType>
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:97
#define OPENMS_PRECONDITION(condition, message)
Precondition macro.
Definition: openms/include/OpenMS/CONCEPT/Macros.h:94
MSSpectrum SpectrumType
Definition: MzDataHandler.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Peak2D PeakType
Definition: MassTrace.h:21
Index of a peak or feature.
Definition: PeakIndex.h:25
const FeatureMapType::value_type & getFeature(const FeatureMapType &map) const
Access to the feature (or consensus feature) corresponding to this index.
Definition: PeakIndex.h:69
bool isValid() const
returns if the current peak ref is valid
Definition: PeakIndex.h:45
const PeakMapType::PeakType & getPeak(const PeakMapType &map) const
Access to a peak corresponding to this index.
Definition: PeakIndex.h:87
PeakIndex(Size lpeak)
Constructor that sets the peak index (for feature maps)
Definition: PeakIndex.h:33
bool operator!=(const PeakIndex &rhs) const
Inequality operator.
Definition: PeakIndex.h:119
PeakIndex()
Default constructor. Creates an invalid peak reference.
Definition: PeakIndex.h:27
void clear()
Invalidates the current index.
Definition: PeakIndex.h:51
bool operator==(const PeakIndex &rhs) const
Equality operator.
Definition: PeakIndex.h:113
PeakIndex(Size lspectrum, Size lpeak)
Constructor that sets the peak and spectrum index (for peak maps)
Definition: PeakIndex.h:39
Size spectrum
Spectrum index.
Definition: PeakIndex.h:127
Size peak
Peak or feature index.
Definition: PeakIndex.h:125
const PeakMapType::SpectrumType & getSpectrum(const PeakMapType &map) const
Access to a spectrum corresponding to this index.
Definition: PeakIndex.h:106