ProteoWizard
Public Member Functions | Public Attributes
pwiz::msdata::SpectrumIdentity Struct Reference

Identifying information for a spectrum. More...

#include <MSData.hpp>

Inheritance diagram for pwiz::msdata::SpectrumIdentity:
pwiz::msdata::Spectrum pwiz::msdata::SpectrumIdentityFromXML pwiz::msdata::SpectrumIdentityFromMzXML

List of all members.

Public Member Functions

 SpectrumIdentity ()

Public Attributes

size_t index
 the zero-based, consecutive index of the spectrum in the SpectrumList.
std::string id
 a unique identifier for this spectrum. It should be expected that external files may use this identifier together with the mzML filename or accession to reference a particular spectrum.
std::string spotID
 the identifier for the spot from which this spectrum was derived, if a MALDI or similar run.
boost::iostreams::stream_offset sourceFilePosition
 for file-based MSData implementations, this attribute may refer to the spectrum's position in the file

Detailed Description

Identifying information for a spectrum.

Definition at line 468 of file MSData.hpp.


Constructor & Destructor Documentation

pwiz::msdata::SpectrumIdentity::SpectrumIdentity ( )
inline

Definition at line 483 of file MSData.hpp.

: index(IDENTITY_INDEX_NONE), sourceFilePosition((boost::iostreams::stream_offset)-1) {}

Member Data Documentation

size_t pwiz::msdata::SpectrumIdentity::index
std::string pwiz::msdata::SpectrumIdentity::id
std::string pwiz::msdata::SpectrumIdentity::spotID

the identifier for the spot from which this spectrum was derived, if a MALDI or similar run.

Definition at line 477 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()().

boost::iostreams::stream_offset pwiz::msdata::SpectrumIdentity::sourceFilePosition

for file-based MSData implementations, this attribute may refer to the spectrum's position in the file

Definition at line 480 of file MSData.hpp.

Referenced by testSpectrum().


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