|
ProteoWizard
|
Implementation of SpectraDataType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| SpectraData (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 | |
| std::string | location |
| std::vector< std::string > | externalFormatDocumentation |
| CVParam | fileFormat |
| CVParam | spectrumIDFormat |
Public Attributes inherited from pwiz::identdata::Identifiable | |
| std::string | id |
| std::string | name |
Implementation of SpectraDataType from the mzIdentML schema.
A data set containing spectra data (consisting of one or more spectra).
Definition at line 697 of file IdentData.hpp.
| pwiz::identdata::SpectraData::SpectraData | ( | const std::string | id = "", |
| const std::string | name = "" |
||
| ) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
| std::string pwiz::identdata::SpectraData::location |
Definition at line 702 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().
| std::vector<std::string> pwiz::identdata::SpectraData::externalFormatDocumentation |
Definition at line 704 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().
| CVParam pwiz::identdata::SpectraData::fileFormat |
Definition at line 705 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().
| CVParam pwiz::identdata::SpectraData::spectrumIDFormat |
Definition at line 706 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()().
1.8.1.1