OpenMS
|
#include <OpenMS/DATASTRUCTURES/Param.h>
#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/PROCESSING/MISC/DataFilters.h>
#include <OpenMS/KERNEL/ConsensusMap.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/KERNEL/OnDiscMSExperiment.h>
#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/METADATA/PeptideIdentification.h>
#include <OpenMS/METADATA/ProteinIdentification.h>
#include <OpenMS/VISUAL/LogWindow.h>
#include <OpenMS/VISUAL/MISC/CommonDefs.h>
#include <OpenMS/VISUAL/MultiGradient.h>
#include <boost/shared_ptr.hpp>
#include <bitset>
#include <vector>
Go to the source code of this file.
Classes | |
struct | LayerDataDefs |
struct | LayerDataDefs::ProjectionData |
Result of computing a projection on X and Y axis in a 2D Canvas; see LayerDataBase::getProjection() More... | |
struct | LayerDataDefs::ProjectionData::Summary |
class | LayerDataBase |
Class that stores the data for one layer. More... | |
class | LayerAnnotatorBase |
class | LayerAnnotatorPeptideID |
class | LayerAnnotatorAMS |
class | LayerAnnotatorOSW |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const LayerDataBase &rhs) |
Print the contents to a stream. More... | |