| 
    ProteoWizard
    
   | 
 
Implementation of SpectrumIdentificationListType from the mzIdentML schema. More...
#include <IdentData.hpp>
  
 Public Member Functions | |
| SpectrumIdentificationList (const std::string &id_="", const std::string &name_="") | |
| bool | empty () const | 
  Public Member Functions inherited from pwiz::identdata::Identifiable | |
| Identifiable (const std::string &id_="", const std::string &name_="") | |
| virtual | ~Identifiable () | 
Public Attributes | |
| long | numSequencesSearched | 
| std::vector< MeasurePtr > | fragmentationTable | 
| std::vector < SpectrumIdentificationResultPtr >  | spectrumIdentificationResult | 
  Public Attributes inherited from pwiz::identdata::Identifiable | |
| std::string | id | 
| std::string | name | 
Implementation of SpectrumIdentificationListType from the mzIdentML schema.
Represents the set of all search results from SpectrumIdentification.
Definition at line 743 of file IdentData.hpp.
| pwiz::identdata::SpectrumIdentificationList::SpectrumIdentificationList | ( | const std::string & | id_ = "",  | 
        
| const std::string & | name_ = ""  | 
        ||
| ) | 
      
  | 
  virtual | 
Reimplemented from pwiz::identdata::Identifiable.
Referenced by pwiz::identdata::TextWriter::operator()().
| long pwiz::identdata::SpectrumIdentificationList::numSequencesSearched | 
Definition at line 748 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentificationList().
| std::vector<MeasurePtr> pwiz::identdata::SpectrumIdentificationList::fragmentationTable | 
Definition at line 750 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentificationList().
| std::vector<SpectrumIdentificationResultPtr> pwiz::identdata::SpectrumIdentificationList::spectrumIdentificationResult | 
Definition at line 751 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectrumIdentificationList().
 1.8.1.1