OpenMS
|
#include <OpenMS/VISUAL/LayerDataBase.h>
Classes | |
struct | ProjectionData |
Result of computing a projection on X and Y axis in a 2D Canvas; see LayerDataBase::getProjection() More... | |
typedef boost::shared_ptr<ConsensusMap> ConsensusMapSharedPtrType |
SharedPtr on consensus features.
typedef ConsensusMap ConsensusMapType |
consensus features
typedef boost::shared_ptr<const ExperimentType> ConstExperimentSharedPtrType |
typedef boost::shared_ptr<ExperimentType> ExperimentSharedPtrType |
SharedPtr on MSExperiment.
typedef PeakMap ExperimentType |
Main data type (experiment)
typedef boost::shared_ptr<FeatureMap> FeatureMapSharedPtrType |
SharedPtr on feature map.
typedef FeatureMap FeatureMapType |
Features.
typedef boost::shared_ptr<OnDiscMSExperiment> ODExperimentSharedPtrType |
SharedPtr on On-Disc MSExperiment.
typedef boost::shared_ptr<OSWData> OSWDataSharedPtrType |
SharedPtr on OSWData.
enum DataType |
Dataset types. Order in the enum determines the order in which layer types are drawn.
Enumerator | |
---|---|
DT_PEAK | Spectrum profile or centroided data. |
DT_CHROMATOGRAM | Chromatogram data. |
DT_FEATURE | Feature data. |
DT_CONSENSUS | Consensus feature data. |
DT_IDENT | Peptide identification data. |
DT_UNKNOWN | Undefined data type indicating an error. |
enum Flags |
Flags that determine which information is shown.
enum LabelType |
Label used in visualization.
|
static |
Label names.
Referenced by TOPPViewBase::changeLabel(), and TOPPViewBase::TOPPViewBase().