OpenMS
|
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/UniqueIdInterface.h>
#include <OpenMS/KERNEL/Peak2D.h>
#include <OpenMS/OpenMSConfig.h>
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Classes | |
class | FeatureHandle |
Representation of a Peak2D, RichPeak2D or Feature . More... | |
struct | FeatureHandle::IndexLess |
Comparator by map and unique id. More... | |
class | FeatureHandle::FeatureHandleMutable_ |
Helper class returned by FeatureHandle::asMutable(), which see. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const FeatureHandle &cons) |
Print the contents of a FeatureHandle to a stream. More... | |