![]() |
OpenMS
3.0.0
|
#include <OpenMS/DATASTRUCTURES/Param.h>
#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/FILTERING/DATAREDUCTION/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 | |
class | DimMapper< N_DIM > |
Allows dynamical switching (at runtime) between a dimension (RT, m/z, int, IM, etc) and X,Y,Z coordinates. You can set either of them, and query the other. The Mapping is stored internally. The unit to which the X,Y,Z coordinates currently mapped onto can also be queried (useful for axis labels etc). More... | |
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... | |