#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/DRange.h>
#include <OpenMS/KERNEL/AreaIterator.h>
#include <OpenMS/KERNEL/MSChromatogram.h>
#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/METADATA/ExperimentalSettings.h>
#include <vector>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Classes | |
class | MSExperiment< PeakT, ChromatogramPeakT > |
In-Memory representation of a mass spectrometry experiment. More... | |
struct | MSExperiment< PeakT, ChromatogramPeakT >::ContainerAdd_< ContainerIterator, addMassTraces > |
Helper class to add either general data points in set2DData or use mass traces from meta values. More... | |
struct | MSExperiment< PeakT, ChromatogramPeakT >::ContainerAdd_< ContainerIterator, false > |
struct | MSExperiment< PeakT, ChromatogramPeakT >::ContainerAdd_< ContainerIterator, true > |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
template<typename PeakT , typename ChromatogramPeakT > | |
std::ostream & | operator<< (std::ostream &os, const MSExperiment< PeakT, ChromatogramPeakT > &exp) |
Print the contents to a stream. More... | |
OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:26 using doxygen 1.8.11 |