ProteoWizard
Public Member Functions | Static Public Member Functions
pwiz::msdata::ChromatogramList_mz5 Class Reference

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

#include <ChromatogramList_mz5.hpp>

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

List of all members.

Public Member Functions

virtual ~ChromatogramList_mz5 ()
 Destructor.
- 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 ()

Static Public Member Functions

static ChromatogramListPtr create (boost::shared_ptr< mz5::ReferenceRead_mz5 > readPtr, boost::shared_ptr< mz5::Connection_mz5 > connectionPtr, const MSData &msd)
 Creates a chromatogramListPtr.

Additional Inherited Members

- Protected Attributes inherited from pwiz::msdata::ChromatogramListBase
DataProcessingPtr dp_

Detailed Description

implementation of ChromatogramList, backed by an mz5 file

Definition at line 41 of file ChromatogramList_mz5.hpp.


Constructor & Destructor Documentation

virtual pwiz::msdata::ChromatogramList_mz5::~ChromatogramList_mz5 ( )
virtual

Destructor.


Member Function Documentation

static ChromatogramListPtr pwiz::msdata::ChromatogramList_mz5::create ( boost::shared_ptr< mz5::ReferenceRead_mz5 readPtr,
boost::shared_ptr< mz5::Connection_mz5 connectionPtr,
const MSData msd 
)
static

Creates a chromatogramListPtr.

Parameters:
readPtrhelper class to read mz5 files
connectionptrconnection to an mz5 file
msdMSData file

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