35 #ifndef OPENMS_SIMULATION_LABELING_BASELABELER_H 36 #define OPENMS_SIMULATION_LABELING_BASELABELER_H 62 static void registerChildren();
69 virtual Param getDefaultParameters()
const;
86 virtual void preCheck(
Param& param)
const = 0;
123 const String& getDescription()
const;
131 String getChannelIntensityName(
const Size channel_index)
const;
153 void mergeProteinAccessions_(
Feature& target,
const Feature& source)
const;
174 #endif //#ifndef OPENMS_SIMULATION_LABELING_BASELABELER_H A more convenient string class.
Definition: String.h:57
SimTypes::MutableSimRandomNumberGeneratorPtr rng_
Definition: BaseLabeler.h:167
ConsensusMap consensus_
Definition: BaseLabeler.h:165
A container for features.
Definition: FeatureMap.h:94
boost::shared_ptr< SimRandomNumberGenerator > MutableSimRandomNumberGeneratorPtr
Definition: SimTypes.h:175
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
String channel_description_
Definition: BaseLabeler.h:169
An LC-MS feature.
Definition: Feature.h:70
Management and storage of parameters / INI files.
Definition: Param.h:75
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:100
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:50