ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::Inputs Struct Reference

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

#include <IdentData.hpp>

List of all members.

Public Member Functions

bool empty () const

Public Attributes

std::vector< SourceFilePtr > sourceFile
std::vector< SearchDatabasePtr > searchDatabase
std::vector< SpectraDataPtr > spectraData

Detailed Description

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.


Member Function Documentation

bool pwiz::identdata::Inputs::empty ( ) const

Member Data Documentation

std::vector<SourceFilePtr> pwiz::identdata::Inputs::sourceFile
std::vector<SearchDatabasePtr> pwiz::identdata::Inputs::searchDatabase
std::vector<SpectraDataPtr> pwiz::identdata::Inputs::spectraData

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