75 void addEluent(
const String & eluent);
79 const std::vector<String> & getEluents()
const;
86 void addTimepoint(
Int timepoint);
88 void clearTimepoints();
90 const std::vector<Int> & getTimepoints()
const;
97 void setPercentage(
const String & eluent,
Int timepoint,
UInt percentage);
104 const std::vector<std::vector<UInt> > & getPercentages()
const;
111 UInt getPercentage(
const String & eluent,
Int timepoint)
const;
114 void clearPercentages();
117 bool isValid()
const;
A more convenient string class.
Definition: String.h:57
std::vector< Int > times_
Definition: Gradient.h:121
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of a HPLC gradient.
Definition: Gradient.h:52
std::vector< std::vector< UInt > > percentages_
Definition: Gradient.h:123
std::vector< String > eluents_
Definition: Gradient.h:120
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
int Int
Signed integer type.
Definition: Types.h:102