ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::SpectrumIdentificationList Struct Reference

Implementation of SpectrumIdentificationListType from the mzIdentML schema. More...

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::SpectrumIdentificationList:
pwiz::identdata::Identifiable

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
 

Detailed Description

Implementation of SpectrumIdentificationListType from the mzIdentML schema.

Represents the set of all search results from SpectrumIdentification.

Definition at line 743 of file IdentData.hpp.

Constructor & Destructor Documentation

pwiz::identdata::SpectrumIdentificationList::SpectrumIdentificationList ( const std::string &  id_ = "",
const std::string &  name_ = "" 
)

Member Function Documentation

bool pwiz::identdata::SpectrumIdentificationList::empty ( ) const
virtual

Member Data Documentation

long pwiz::identdata::SpectrumIdentificationList::numSequencesSearched
std::vector<MeasurePtr> pwiz::identdata::SpectrumIdentificationList::fragmentationTable
std::vector<SpectrumIdentificationResultPtr> pwiz::identdata::SpectrumIdentificationList::spectrumIdentificationResult

The documentation for this struct was generated from the following file: