OpenMS
|
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
#include <OpenMS/DATASTRUCTURES/ListUtils.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/MATH/MathFunctions.h>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Classes | |
class | IntensityIteratorWrapper< IteratorT > |
An iterator wrapper to access peak intensities instead of the peak itself. More... | |
class | MorphologicalFilter |
This class implements baseline filtering operations using methods from mathematical morphology. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Internal | |
Namespace used to hide implementation details from users. | |
Functions | |
template<typename IteratorT > | |
IntensityIteratorWrapper< IteratorT > | intensityIteratorWrapper (const IteratorT &rhs) |
make-function so that we need no write out all those type names to get the wrapped iterator. More... | |