ProteoWizard
|
ChromatogramList implementation to return native centroided chromatogram data. More...
#include <ChromatogramList_XICGenerator.hpp>
Public Member Functions | |
ChromatogramList_XICGenerator (const msdata::ChromatogramListPtr &inner) | |
virtual msdata::ChromatogramPtr | xic (double startTime, double endTime, const boost::icl::interval_set< double > &massRanges, int msLevel) |
![]() | |
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) |
![]() | |
static bool | accept (const msdata::ChromatogramListPtr &inner) |
Additional Inherited Members | |
![]() | |
msdata::ChromatogramListPtr | inner_ |
msdata::DataProcessingPtr | dp_ |
ChromatogramList implementation to return native centroided chromatogram data.
Definition at line 39 of file ChromatogramList_XICGenerator.hpp.
pwiz::analysis::ChromatogramList_XICGenerator::ChromatogramList_XICGenerator | ( | const msdata::ChromatogramListPtr & | inner | ) |
|
static |
|
virtual |