|
ProteoWizard
|
#include <ChromatogramList_Thermo.hpp>
Public Member Functions | |
| virtual size_t | size () const |
| returns the number of chromatograms | |
| virtual const ChromatogramIdentity & | chromatogramIdentity (size_t index) const |
| access to a chromatogram index | |
| virtual size_t | find (const string &id) const |
| find id in the chromatogram index (returns size() on failure) | |
| virtual ChromatogramPtr | chromatogram (size_t index, bool getBinaryData) const |
| retrieve a chromatogram by index | |
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 | |
| bool | empty () const |
| returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) | |
| virtual | ~ChromatogramList () |
Additional Inherited Members | |
Protected Attributes inherited from pwiz::msdata::ChromatogramListBase | |
| DataProcessingPtr | dp_ |
Definition at line 50 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.
1.8.1.1