ProteoWizard
Static Public Member Functions
pwiz::msdata::ChromatogramList_mzML Class Reference

implementation of ChromatogramList, backed by an mzML file More...

#include <ChromatogramList_mzML.hpp>

Inheritance diagram for pwiz::msdata::ChromatogramList_mzML:
pwiz::msdata::ChromatogramListBase pwiz::msdata::ChromatogramList

List of all members.

Static Public Member Functions

static ChromatogramListPtr create (boost::shared_ptr< std::istream > is, const MSData &msd, const Index_mzML_Ptr &indexPtr)

Additional Inherited Members

- Public Member Functions inherited from pwiz::msdata::ChromatogramListBase
virtual const
boost::shared_ptr< const
DataProcessing
dataProcessingPtr () const
 implementation of ChromatogramList
virtual void setDataProcessingPtr (DataProcessingPtr dp)
 set DataProcessing
- Public Member Functions inherited from pwiz::msdata::ChromatogramList
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 ~ChromatogramList ()
- Protected Attributes inherited from pwiz::msdata::ChromatogramListBase
DataProcessingPtr dp_

Detailed Description

implementation of ChromatogramList, backed by an mzML file

Definition at line 39 of file ChromatogramList_mzML.hpp.


Member Function Documentation

static ChromatogramListPtr pwiz::msdata::ChromatogramList_mzML::create ( boost::shared_ptr< std::istream >  is,
const MSData msd,
const Index_mzML_Ptr indexPtr 
)
static

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