  | 
  
    OpenMS
    2.6.0
    
   | 
 
 
 
  
  
 
Go to the documentation of this file.
   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;
 
  
std::vector< Int > times_
Definition: Gradient.h:125
 
std::vector< std::vector< UInt > > percentages_
Definition: Gradient.h:127
 
std::vector< String > eluents_
Definition: Gradient.h:124
 
A more convenient string class.
Definition: String.h:59
 
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
 
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
 
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
 
Representation of a HPLC gradient.
Definition: Gradient.h:52