#include <OpenMS/VISUAL/LayerData.h>
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. |
typedef MSExperiment ExperimentType |
Main data type (experiment).
typedef FeatureMap FeatureMapType |
Main data type (features).
enum DataType |
enum Flags |
LayerData | ( | ) | [inline] |
Default constructor.
bool visible |
if this layer is visible
peak data
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: -).
Gradient for 2D and 3D views.
Filters to apply before painting.
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |