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

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

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::SpectraData:
pwiz::identdata::Identifiable

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

pwiz::identdata::SpectraData::SpectraData ( const std::string  id = "",
const std::string  name = "" 
)

Member Function Documentation

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

Reimplemented from pwiz::identdata::Identifiable.


Member Data Documentation

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()().


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