ProteoWizard
|
implementation of ChromatogramList, backed by an mz5 file More...
#include <ChromatogramList_mz5.hpp>
Public Member Functions | |
virtual | ~ChromatogramList_mz5 () |
Destructor. | |
![]() | |
virtual const boost::shared_ptr< const DataProcessing > | dataProcessingPtr () const |
implementation of ChromatogramList | |
virtual void | setDataProcessingPtr (DataProcessingPtr dp) |
set DataProcessing | |
![]() | |
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 | |
![]() | |
DataProcessingPtr | dp_ |
implementation of ChromatogramList, backed by an mz5 file
Definition at line 41 of file ChromatogramList_mz5.hpp.
|
virtual |
Destructor.
|
static |