ProteoWizard
Public Member Functions | Static Public Member Functions | Private Attributes
pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother Class Reference

ChromatogramList implementation to return native centroided chromatogram data. More...

#include <ChromatogramList_SavitzkyGolaySmoother.hpp>

Inheritance diagram for pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother:
pwiz::analysis::ChromatogramListWrapper pwiz::msdata::ChromatogramList

List of all members.

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
- Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper
 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)
- Public Member Functions inherited from pwiz::msdata::ChromatogramList
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

- Protected Attributes inherited from pwiz::analysis::ChromatogramListWrapper
msdata::ChromatogramListPtr inner_

Detailed Description

ChromatogramList implementation to return native centroided chromatogram data.

Definition at line 38 of file ChromatogramList_SavitzkyGolaySmoother.hpp.


Constructor & Destructor Documentation

pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::ChromatogramList_SavitzkyGolaySmoother ( const msdata::ChromatogramListPtr inner,
const util::IntegerSet msLevelsToSmooth 
)

Member Function Documentation

static bool pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::accept ( const msdata::ChromatogramListPtr inner)
static
virtual msdata::ChromatogramPtr pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::chromatogram ( size_t  index,
bool  getBinaryData = false 
) const
virtual

retrieve a chromatogram by index

  • binary data arrays will be provided if (getBinaryData == true);
  • client may assume the underlying Chromatogram* is valid

Reimplemented from pwiz::analysis::ChromatogramListWrapper.


Member Data Documentation

const util::IntegerSet pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::msLevelsToSmooth_
private

Definition at line 50 of file ChromatogramList_SavitzkyGolaySmoother.hpp.


The documentation for this class was generated from the following file: