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

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
 

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

§ empty()

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

Member Data Documentation

§ sourceFile

std::vector<SourceFilePtr> pwiz::identdata::Inputs::sourceFile

§ searchDatabase

std::vector<SearchDatabasePtr> pwiz::identdata::Inputs::searchDatabase

§ spectraData

std::vector<SpectraDataPtr> pwiz::identdata::Inputs::spectraData

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