ProteoWizard
|
#include <SpectrumList_ABI_T2D.hpp>
Public Member Functions | |
virtual size_t | size () const |
returns the number of spectra More... | |
virtual const SpectrumIdentity & | spectrumIdentity (size_t index) const |
access to a spectrum index More... | |
virtual size_t | find (const std::string &id) const |
find id in the spectrum index (returns size() on failure) More... | |
virtual SpectrumPtr | spectrum (size_t index, bool getBinaryData) const |
retrieve a spectrum by index More... | |
virtual SpectrumPtr | spectrum (size_t index, bool getBinaryData, const pwiz::util::IntegerSet &msLevelsToCentroid) const |
![]() | |
SpectrumListBase () | |
virtual const boost::shared_ptr< const DataProcessing > | dataProcessingPtr () const |
implementation of SpectrumList More... | |
virtual void | setDataProcessingPtr (DataProcessingPtr dp) |
set DataProcessing More... | |
virtual void | warn_once (const char *msg) const |
issues a warning once per SpectrumList instance (based on string hash) More... | |
![]() | |
virtual bool | empty () const |
returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) More... | |
virtual size_t | findAbbreviated (const std::string &abbreviatedId, char delimiter='.') const |
find an abbreviated id (e.g. "1.1.123.2" for "sample=1 period=1 cycle=123 experiment=2") in the spectrum index (returns size() on failure) More... | |
virtual IndexList | findNameValue (const std::string &name, const std::string &value) const |
find all spectrum indexes with specified name/value pair More... | |
virtual IndexList | findSpotID (const std::string &spotID) const |
find all spectrum indexes with spotID (returns empty vector on failure) More... | |
virtual SpectrumPtr | spectrum (const SpectrumPtr &seed, bool getBinaryData) const |
get a copy of the seed spectrum, optionally with its binary data populated this is useful for formats like mzML that can delay loading of binary data More... | |
virtual SpectrumPtr | spectrum (size_t index, DetailLevel detailLevel) const |
retrieve a spectrum by index More... | |
virtual | ~SpectrumList () |
Additional Inherited Members | |
![]() | |
DataProcessingPtr | dp_ |
const pwiz::util::IntegerSet | MSLevelsNone |
Definition at line 38 of file SpectrumList_ABI_T2D.hpp.
|
virtual |
returns the number of spectra
Implements pwiz::msdata::SpectrumList.
|
virtual |
access to a spectrum index
Implements pwiz::msdata::SpectrumList.
|
virtual |
find id in the spectrum index (returns size() on failure)
Reimplemented from pwiz::msdata::SpectrumList.
|
virtual |
retrieve a spectrum by index
Implements pwiz::msdata::SpectrumList.
|
virtual |