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