ProteoWizard
|
Implementation of the InputsType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
bool | empty () const |
Public Attributes | |
std::vector< SourceFilePtr > | sourceFile |
std::vector< SearchDatabasePtr > | searchDatabase |
std::vector< SpectraDataPtr > | spectraData |
Implementation of the InputsType from the mzIdentML schema.
The inputs to the analyses including the databases searched, the spectral data and the source file converted to mzIdentML.
Input element. Contains 0+ of SourceFile, SearchDatabase, SpectraData
Definition at line 943 of file IdentData.hpp.
bool pwiz::identdata::Inputs::empty | ( | ) | const |
Referenced by pwiz::identdata::TextWriter::operator()().
std::vector<SourceFilePtr> pwiz::identdata::Inputs::sourceFile |
Definition at line 946 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testDataCollection(), and testInputs().
std::vector<SearchDatabasePtr> pwiz::identdata::Inputs::searchDatabase |
Definition at line 947 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), testDataCollection(), testDBSequence(), and testInputs().
std::vector<SpectraDataPtr> pwiz::identdata::Inputs::spectraData |
Definition at line 948 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), testDataCollection(), and testInputs().