|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   85     const Sample & getSample() 
const;
 
   89     void setSample(
const Sample & sample);
 
   92     const std::vector<SourceFile> & getSourceFiles() 
const;
 
   94     std::vector<SourceFile> & getSourceFiles();
 
   96     void setSourceFiles(
const std::vector<SourceFile> & source_files);
 
   99     const std::vector<ContactPerson> & getContacts() 
const;
 
  101     std::vector<ContactPerson> & getContacts();
 
  103     void setContacts(
const std::vector<ContactPerson> & contacts);
 
  110     void setInstrument(
const Instrument & instrument);
 
  113     const HPLC & getHPLC() 
const;
 
  117     void setHPLC(
const HPLC & hplc);
 
  120     const DateTime & getDateTime() 
const;
 
  122     void setDateTime(
const DateTime & date);
 
  125     const String & getComment() 
const;
 
  127     void setComment(
const String & comment);
 
  130     const std::vector<ProteinIdentification> & getProteinIdentifications() 
const;
 
  132     std::vector<ProteinIdentification> & getProteinIdentifications();
 
  134     void setProteinIdentifications(
const std::vector<ProteinIdentification> & protein_identifications);
 
  137     const String & getFractionIdentifier() 
const;
 
  139     void setFractionIdentifier(
const String & fraction_identifier);
 
  
Meta information about the sample.
Definition: Sample.h:59
Description of the experimental settings.
Definition: ExperimentalSettings.h:59
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
HPLC hplc_
Definition: ExperimentalSettings.h:146
std::vector< SourceFile > source_files_
Definition: ExperimentalSettings.h:143
Instrument instrument_
Definition: ExperimentalSettings.h:145
Description of a MS instrument.
Definition: Instrument.h:63
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Manage source document information.
Definition: DocumentIdentifier.h:55
String comment_
Definition: ExperimentalSettings.h:148
std::vector< ContactPerson > contacts_
Definition: ExperimentalSettings.h:144
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
Representation of a HPLC experiment.
Definition: HPLC.h:50
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
std::vector< ProteinIdentification > protein_identifications_
Definition: ExperimentalSettings.h:149
Sample sample_
Definition: ExperimentalSettings.h:142
String fraction_identifier_
Definition: ExperimentalSettings.h:150
DateTime datetime_
Definition: ExperimentalSettings.h:147
DateTime Class.
Definition: DateTime.h:54