|
OpenMS
2.5.0
|
Go to the documentation of this file.
79 const String & getEnzyme()
const;
81 void setEnzyme(
const String & enzyme);
84 double getDigestionTime()
const;
86 void setDigestionTime(
double digestion_time);
89 double getTemperature()
const;
91 void setTemperature(
double temperature);
96 void setPh(
double ph);
double digestion_time_
Definition: Digestion.h:100
A more convenient string class.
Definition: String.h:58
String enzyme_
Definition: Digestion.h:99
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for sample treatments (Digestion, Modification, Tagging, ...)
Definition: SampleTreatment.h:51
double temperature_
Definition: Digestion.h:101
double ph_
Definition: Digestion.h:102
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Meta information about digestion of a sample.
Definition: Digestion.h:49