ProteoWizard
|
implementation of ChromatogramList, backed by an mzML file More...
#include <ChromatogramList_mzML.hpp>
Static Public Member Functions | |
static ChromatogramListPtr | create (boost::shared_ptr< std::istream > is, const MSData &msd, const Index_mzML_Ptr &indexPtr) |
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
DataProcessingPtr | dp_ |
implementation of ChromatogramList, backed by an mzML file
Definition at line 39 of file ChromatogramList_mzML.hpp.
|
static |