ProteoWizard
Public Member Functions | Static Public Member Functions | List of all members
pwiz::analysis::ChromatogramList_XICGenerator Class Reference

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

#include <ChromatogramList_XICGenerator.hpp>

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

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)
 
- Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper
 ChromatogramListWrapper (const msdata::ChromatogramListPtr &inner)
 
virtual size_t size () const
 returns the number of chromatograms More...
 
virtual bool empty () const
 
virtual const msdata::ChromatogramIdentitychromatogramIdentity (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::DataProcessingdataProcessingPtr () const
 returns the data processing affecting spectra retrieved through this interface More...
 
- Public Member Functions inherited from pwiz::msdata::ChromatogramList
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 Public Member Functions inherited from pwiz::analysis::ChromatogramListWrapper
static bool accept (const msdata::ChromatogramListPtr &inner)
 

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 39 of file ChromatogramList_XICGenerator.hpp.

Constructor & Destructor Documentation

◆ ChromatogramList_XICGenerator()

pwiz::analysis::ChromatogramList_XICGenerator::ChromatogramList_XICGenerator ( const msdata::ChromatogramListPtr inner)

Member Function Documentation

◆ accept()

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

◆ xic()

virtual msdata::ChromatogramPtr pwiz::analysis::ChromatogramList_XICGenerator::xic ( double  startTime,
double  endTime,
const boost::icl::interval_set< double > &  massRanges,
int  msLevel 
)
virtual

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