ProteoWizard
|
Inheritable pass-through implementation for wrapping a ChromatogramList. More...
#include <ChromatogramListWrapper.hpp>
Public Member Functions | |
ChromatogramListWrapper (const msdata::ChromatogramListPtr &inner) | |
virtual size_t | size () const |
returns the number of chromatograms | |
virtual bool | empty () const |
returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) | |
virtual const msdata::ChromatogramIdentity & | chromatogramIdentity (size_t index) const |
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 msdata::ChromatogramPtr | chromatogram (size_t index, bool getBinaryData=false) const |
retrieve a chromatogram by index | |
![]() | |
virtual const boost::shared_ptr< const DataProcessing > | dataProcessingPtr () const |
returns the data processing affecting spectra retrieved through this interface | |
virtual | ~ChromatogramList () |
Static Public Member Functions | |
static bool | accept (const msdata::ChromatogramListPtr &inner) |
Protected Attributes | |
msdata::ChromatogramListPtr | inner_ |
Inheritable pass-through implementation for wrapping a ChromatogramList.
Definition at line 38 of file ChromatogramListWrapper.hpp.
|
inline |
Definition at line 42 of file ChromatogramListWrapper.hpp.
|
inlinestatic |
Reimplemented in pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother.
Definition at line 48 of file ChromatogramListWrapper.hpp.
|
inlinevirtual |
returns the number of chromatograms
Implements pwiz::msdata::ChromatogramList.
Definition at line 50 of file ChromatogramListWrapper.hpp.
|
inlinevirtual |
returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL)
Reimplemented from pwiz::msdata::ChromatogramList.
Definition at line 51 of file ChromatogramListWrapper.hpp.
|
inlinevirtual |
access to a chromatogram index
Implements pwiz::msdata::ChromatogramList.
Definition at line 52 of file ChromatogramListWrapper.hpp.
|
inlinevirtual |
find id in the chromatogram index (returns size() on failure)
Reimplemented from pwiz::msdata::ChromatogramList.
Definition at line 53 of file ChromatogramListWrapper.hpp.
|
inlinevirtual |
retrieve a chromatogram by index
Implements pwiz::msdata::ChromatogramList.
Reimplemented in pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother.
Definition at line 54 of file ChromatogramListWrapper.hpp.
|
protected |
Definition at line 58 of file ChromatogramListWrapper.hpp.