#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/METADATA/ExperimentalSettings.h>
#include <OpenMS/DATASTRUCTURES/DRange.h>
#include <OpenMS/FORMAT/PersistentObject.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/KERNEL/AreaIterator.h>
#include <OpenMS/SYSTEM/ExternalAllocator.h>
#include <vector>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | MSExperiment |
Representation of a mass spectrometry experiment. More... | |
Defines | |
#define | OPENMS_DEFAULT_ALLOC std::allocator<PeakT> |
Functions | |
template<typename PeakT, typename AllocT> | |
std::ostream & | operator<< (std::ostream &os, const MSExperiment< PeakT, AllocT > &exp) |
Print the contents to a stream. |
#define OPENMS_DEFAULT_ALLOC std::allocator<PeakT> |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |