ProteoWizard
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
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

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
 
virtual const msdata::ChromatogramIdentitychromatogramIdentity (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 msdata::DataProcessingdataProcessingPtr () const
 returns the data processing affecting spectra retrieved through this interface
 
- Public Member Functions inherited from pwiz::msdata::ChromatogramList
bool empty () const
 returns true iff (size() == 0) and (dataProcessingPtr.get() == NULL)
 
virtual ~ChromatogramList ()
 

Static Public Member Functions

static bool accept (const msdata::ChromatogramListPtr &inner)
 
- Static Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper
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_
 
msdata::DataProcessingPtr dp_
 

Detailed Description

ChromatogramList implementation to return native centroided chromatogram data.

Definition at line 38 of file ChromatogramList_SavitzkyGolaySmoother.hpp.

Constructor & Destructor Documentation

◆ ChromatogramList_SavitzkyGolaySmoother()

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

Member Function Documentation

◆ accept()

static bool pwiz::analysis::ChromatogramList_SavitzkyGolaySmoother::accept ( const msdata::ChromatogramListPtr inner)
static

◆ chromatogram()

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

◆ msLevelsToSmooth_

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: