79 void addEluent(
const String & eluent);
83 const std::vector<String> & getEluents()
const;
90 void addTimepoint(
Int timepoint);
92 void clearTimepoints();
94 const std::vector<Int> & getTimepoints()
const;
101 void setPercentage(
const String & eluent,
Int timepoint,
UInt percentage);
108 const std::vector<std::vector<UInt> > & getPercentages()
const;
115 UInt getPercentage(
const String & eluent,
Int timepoint)
const;
118 void clearPercentages();
121 bool isValid()
const;
A more convenient string class.
Definition: String.h:58
std::vector< Int > times_
Definition: Gradient.h:125
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Representation of a HPLC gradient.
Definition: Gradient.h:52
std::vector< std::vector< UInt > > percentages_
Definition: Gradient.h:127
std::vector< String > eluents_
Definition: Gradient.h:124
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