|
ProteoWizard
|
implementation of ChromatogramList, backed by an mz5 file More...
#include <ChromatogramList_mz5.hpp>
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_ |
implementation of ChromatogramList, backed by an mz5 file
Definition at line 41 of file ChromatogramList_mz5.hpp.
|
virtual |
Destructor.
|
static |
1.8.1.1