|
ProteoWizard
|
ChromatogramList filter, for creating Chromatogram sub-lists. More...
#include <ChromatogramList_Filter.hpp>
Classes | |
| struct | Predicate |
| client-implemented filter predicate – called during construction of ChromatogramList_Filter to create the filtered list of chromatograms More... | |
Public Member Functions | |
| ChromatogramList_Filter (const msdata::ChromatogramListPtr original, const Predicate &predicate) | |
Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper | |
| ChromatogramListWrapper (const msdata::ChromatogramListPtr &inner) | |
| virtual bool | empty () const |
| virtual size_t | find (const std::string &id) const |
| find id in the chromatogram index (returns size() on failure) More... | |
| virtual const boost::shared_ptr< const msdata::DataProcessing > | dataProcessingPtr () const |
| returns the data processing affecting spectra retrieved through this interface More... | |
Public Member Functions inherited from pwiz::msdata::ChromatogramList | |
| bool | empty () const |
| returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) More... | |
| virtual | ~ChromatogramList () |
ChromatogramList interface | |
| boost::shared_ptr< Impl > | impl_ |
| virtual size_t | size () const |
| returns the number of chromatograms More... | |
| virtual const msdata::ChromatogramIdentity & | chromatogramIdentity (size_t index) const |
| access to a chromatogram index More... | |
| virtual msdata::ChromatogramPtr | chromatogram (size_t index, bool getBinaryData=false) const |
| retrieve a chromatogram by index More... | |
| ChromatogramList_Filter (ChromatogramList_Filter &) | |
| ChromatogramList_Filter & | operator= (ChromatogramList_Filter &) |
Additional Inherited Members | |
Static Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper | |
| static bool | accept (const msdata::ChromatogramListPtr &inner) |
Protected Attributes inherited from pwiz::analysis::ChromatogramListWrapper | |
| msdata::ChromatogramListPtr | inner_ |
| msdata::DataProcessingPtr | dp_ |
ChromatogramList filter, for creating Chromatogram sub-lists.
Definition at line 41 of file ChromatogramList_Filter.hpp.
| pwiz::analysis::ChromatogramList_Filter::ChromatogramList_Filter | ( | const msdata::ChromatogramListPtr | original, |
| const Predicate & | predicate | ||
| ) |
|
private |
|
virtual |
returns the number of chromatograms
Reimplemented from pwiz::analysis::ChromatogramListWrapper.
|
virtual |
access to a chromatogram index
Reimplemented from pwiz::analysis::ChromatogramListWrapper.
|
virtual |
retrieve a chromatogram by index
Reimplemented from pwiz::analysis::ChromatogramListWrapper.
|
private |
|
private |
Definition at line 83 of file ChromatogramList_Filter.hpp.