OpenMS
MorphologicalFilter.h File Reference
Include dependency graph for MorphologicalFilter.h:
This graph shows which files directly or indirectly include this file:

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...