ProteoWizard
Public Member Functions
pwiz::msdata::ChromatogramList Class Reference

Interface for accessing chromatograms, which may be stored in memory or backed by a data file (RAW, mzXML, mzML). More...

#include <MSData.hpp>

Inheritance diagram for pwiz::msdata::ChromatogramList:
pwiz::analysis::ChromatogramListWrapper pwiz::msdata::ChromatogramListBase pwiz::msdata::ChromatogramListSimple pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother MyBase pwiz::msdata::ChromatogramList_mz5 pwiz::msdata::ChromatogramList_mzML pwiz::msdata::detail::ChromatogramList_ABI pwiz::msdata::detail::ChromatogramList_Agilent pwiz::msdata::detail::ChromatogramList_Bruker pwiz::msdata::detail::ChromatogramList_Thermo pwiz::msdata::detail::ChromatogramList_Waters

List of all members.

Public Member Functions

virtual size_t size () const =0
 returns the number of chromatograms
bool empty () const
 returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL)
virtual const
ChromatogramIdentity
chromatogramIdentity (size_t index) const =0
 access to a chromatogram index
virtual size_t find (const std::string &id) const
 find id in the chromatogram index (returns size() on failure)
virtual ChromatogramPtr chromatogram (size_t index, bool getBinaryData=false) const =0
 retrieve a chromatogram by index
virtual const
boost::shared_ptr< const
DataProcessing
dataProcessingPtr () const
 returns the data processing affecting spectra retrieved through this interface
virtual ~ChromatogramList ()

Detailed Description

Interface for accessing chromatograms, which may be stored in memory or backed by a data file (RAW, mzXML, mzML).

Implementation notes:

Definition at line 750 of file MSData.hpp.


Constructor & Destructor Documentation

virtual pwiz::msdata::ChromatogramList::~ChromatogramList ( )
inlinevirtual

Definition at line 775 of file MSData.hpp.

{}

Member Function Documentation

virtual size_t pwiz::msdata::ChromatogramList::size ( ) const
pure virtual
bool pwiz::msdata::ChromatogramList::empty ( ) const
virtual const ChromatogramIdentity& pwiz::msdata::ChromatogramList::chromatogramIdentity ( size_t  index) const
pure virtual
virtual size_t pwiz::msdata::ChromatogramList::find ( const std::string &  id) const
virtual
virtual ChromatogramPtr pwiz::msdata::ChromatogramList::chromatogram ( size_t  index,
bool  getBinaryData = false 
) const
pure virtual
virtual const boost::shared_ptr<const DataProcessing> pwiz::msdata::ChromatogramList::dataProcessingPtr ( ) const
virtual

returns the data processing affecting spectra retrieved through this interface

  • may return a null shared pointer

Reimplemented in pwiz::msdata::ChromatogramListSimple, pwiz::msdata::ChromatogramListBase, and MyBase.

Referenced by pwiz::msdata::TextWriter::operator()(), and testChromatograms().


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