ProteoWizard
|
#include <ChromatogramList_Thermo.hpp>
Public Member Functions | |
virtual size_t | size () const |
returns the number of chromatograms More... | |
virtual const ChromatogramIdentity & | chromatogramIdentity (size_t index) const |
access to a chromatogram index More... | |
virtual size_t | find (const string &id) const |
find id in the chromatogram index (returns size() on failure) More... | |
virtual ChromatogramPtr | chromatogram (size_t index, bool getBinaryData) const |
retrieve a chromatogram by index More... | |
![]() | |
virtual const boost::shared_ptr< const DataProcessing > | dataProcessingPtr () const |
implementation of ChromatogramList More... | |
virtual void | setDataProcessingPtr (DataProcessingPtr dp) |
set DataProcessing More... | |
const char * | polarityStringForFilter (CVID polarityType) const |
![]() | |
bool | empty () const |
returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) More... | |
virtual | ~ChromatogramList () |
Additional Inherited Members | |
![]() | |
DataProcessingPtr | dp_ |
Definition at line 53 of file ChromatogramList_Thermo.hpp.
|
virtual |
returns the number of chromatograms
Implements pwiz::msdata::ChromatogramList.
|
virtual |
access to a chromatogram index
Implements pwiz::msdata::ChromatogramList.
|
virtual |
find id in the chromatogram index (returns size() on failure)
Reimplemented from pwiz::msdata::ChromatogramList.
|
virtual |
retrieve a chromatogram by index
Implements pwiz::msdata::ChromatogramList.