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) | |
![]() | |
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) | |
virtual const boost::shared_ptr< const msdata::DataProcessing > | dataProcessingPtr () const |
returns the data processing affecting spectra retrieved through this interface | |
![]() | |
bool | empty () const |
returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL) | |
virtual | ~ChromatogramList () |
ChromatogramList interface | |
boost::shared_ptr< Impl > | impl_ |
virtual size_t | size () const |
returns the number of chromatograms | |
virtual const msdata::ChromatogramIdentity & | chromatogramIdentity (size_t index) const |
access to a chromatogram index | |
virtual msdata::ChromatogramPtr | chromatogram (size_t index, bool getBinaryData=false) const |
retrieve a chromatogram by index | |
ChromatogramList_Filter (ChromatogramList_Filter &) | |
ChromatogramList_Filter & | operator= (ChromatogramList_Filter &) |
Additional Inherited Members | |
![]() | |
static bool | accept (const msdata::ChromatogramListPtr &inner) |
![]() | |
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.