ProteoWizard
Public Member Functions | Public Attributes | List of all members
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

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

§ SpectraData()

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

Member Function Documentation

§ empty()

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

Reimplemented from pwiz::identdata::Identifiable.

Member Data Documentation

§ location

std::string pwiz::identdata::SpectraData::location

Definition at line 702 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().

§ externalFormatDocumentation

std::vector<std::string> pwiz::identdata::SpectraData::externalFormatDocumentation

Definition at line 704 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().

§ fileFormat

CVParam pwiz::identdata::SpectraData::fileFormat

Definition at line 705 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testSpectraData().

§ spectrumIDFormat

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: