ProteoWizard
|
ChromatogramList implementation to return native centroided chromatogram data. More...
#include <ChromatogramList_SavitzkyGolaySmoother.hpp>
Public Member Functions | |
ChromatogramList_SavitzkyGolaySmoother (const msdata::ChromatogramListPtr &inner, const util::IntegerSet &msLevelsToSmooth) | |
virtual msdata::ChromatogramPtr | chromatogram (size_t index, bool getBinaryData=false) const |
retrieve a chromatogram by index | |
![]() | |
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 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) |
Private Attributes | |
const util::IntegerSet | msLevelsToSmooth_ |
Additional Inherited Members | |
![]() | |
msdata::ChromatogramListPtr | inner_ |
ChromatogramList implementation to return native centroided chromatogram data.
Definition at line 38 of file ChromatogramList_SavitzkyGolaySmoother.hpp.
pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::ChromatogramList_SavitzkyGolaySmoother | ( | const msdata::ChromatogramListPtr & | inner, |
const util::IntegerSet & | msLevelsToSmooth | ||
) |
|
static |
Reimplemented from pwiz::analysis::ChromatogramListWrapper.
|
virtual |
retrieve a chromatogram by index
Reimplemented from pwiz::analysis::ChromatogramListWrapper.
|
private |
Definition at line 50 of file ChromatogramList_SavitzkyGolaySmoother.hpp.