Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

LayerData Struct Reference
[Spectrum visualizaion widgets]

#include <OpenMS/VISUAL/LayerData.h>

List of all members.


Detailed Description

Struct that stores the data for one layer.

Public Types

Type definitions


enum  DataType { DT_PEAK, DT_FEATURE, DT_FEATURE_PAIR, DT_UNKNOWN }
 Dataset types. More...
enum  Flags {
  F_HULL, F_HULLS, F_NUMBERS, P_PRECURSORS,
  P_PROJECTIONS
}
 Flags that determine which information is shown. More...
typedef MSExperiment ExperimentType
 Main data type (experiment).
typedef FeatureMap FeatureMapType
 Main data type (features).

Public Member Functions

 LayerData ()
 Default constructor.

Public Attributes

bool visible
 if this layer is visible
DataType type
 data type (peak of feature data)
String name
 layer name
ExperimentType peaks
 peak data
FeatureMapType features
 feature data
bool f1
 Flag one (Features: convex hulls, Peak: precursors).
bool f2
 Flag two (Features: numbers, Peak: projections).
bool f3
 Flag tree (Features: convex hull, Peak: -).
Param param
 Layer parameters.
MultiGradient gradient
 Gradient for 2D and 3D views.
DataFilters filters
 Filters to apply before painting.

Member Typedef Documentation

typedef MSExperiment ExperimentType

Main data type (experiment).

typedef FeatureMap FeatureMapType

Main data type (features).


Member Enumeration Documentation

enum DataType

Dataset types.

Enumerator:
DT_PEAK  Peak/Raw data.
DT_FEATURE  Feature data.
DT_FEATURE_PAIR  Feature pair data (treated like features, but a line is drawn between even and uneven indices).
DT_UNKNOWN  Undefined data type indicating an error.

enum Flags

Flags that determine which information is shown.

Enumerator:
F_HULL  Features: Overall convex hull.
F_HULLS  Features: Convex hulls of single mass traces.
F_NUMBERS  Features: Number.
P_PRECURSORS  Peaks: Mark precursor peaks of MS/MS scans.
P_PROJECTIONS  Peaks: Show projections.


Constructor & Destructor Documentation

LayerData (  )  [inline]

Default constructor.


Member Data Documentation

bool visible

if this layer is visible

DataType type

data type (peak of feature data)

String name

layer name

ExperimentType peaks

peak data

FeatureMapType features

feature data

bool f1

Flag one (Features: convex hulls, Peak: precursors).

bool f2

Flag two (Features: numbers, Peak: projections).

bool f3

Flag tree (Features: convex hull, Peak: -).

Param param

Layer parameters.

MultiGradient gradient

Gradient for 2D and 3D views.

DataFilters filters

Filters to apply before painting.


The documentation for this struct was generated from the following file:
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1