ProteoWizard
Classes | Public Member Functions | Private Member Functions | Private Attributes
pwiz::analysis::RegionAnalyzer Class Reference

analyzes a rectangular region of m/z-time space More...

#include <RegionAnalyzer.hpp>

Inheritance diagram for pwiz::analysis::RegionAnalyzer:
pwiz::analysis::MSDataAnalyzer

List of all members.

Classes

struct  Config
struct  SpectrumStats
struct  Stats

Public Member Functions

 RegionAnalyzer (const Config &config, const MSDataCache &cache)
const std::vector
< SpectrumStats > & 
spectrumStats () const
const Statsstats () const
MSDataAnalyzer interface
virtual void open (const DataInfo &dataInfo)
 start analysis of the data
virtual UpdateRequest updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const
 ask analyzer if it wants an update
virtual void update (const DataInfo &dataInfo, const Spectrum &spectrum)
 analyze a single spectrum
virtual void close (const DataInfo &dataInfo)
 end analysis of the data
- Public Member Functions inherited from pwiz::analysis::MSDataAnalyzer
virtual ~MSDataAnalyzer ()

Private Member Functions

 RegionAnalyzer (RegionAnalyzer &)
RegionAnalyzeroperator= (RegionAnalyzer &)

Private Attributes

boost::shared_ptr< Impl > impl_

Detailed Description

analyzes a rectangular region of m/z-time space

Definition at line 40 of file RegionAnalyzer.hpp.


Constructor & Destructor Documentation

pwiz::analysis::RegionAnalyzer::RegionAnalyzer ( const Config config,
const MSDataCache cache 
)
pwiz::analysis::RegionAnalyzer::RegionAnalyzer ( RegionAnalyzer )
private

Member Function Documentation

const std::vector<SpectrumStats>& pwiz::analysis::RegionAnalyzer::spectrumStats ( ) const
const Stats& pwiz::analysis::RegionAnalyzer::stats ( ) const
virtual void pwiz::analysis::RegionAnalyzer::open ( const DataInfo dataInfo)
virtual

start analysis of the data

Reimplemented from pwiz::analysis::MSDataAnalyzer.

virtual UpdateRequest pwiz::analysis::RegionAnalyzer::updateRequested ( const DataInfo dataInfo,
const SpectrumIdentity spectrumIdentity 
) const
virtual

ask analyzer if it wants an update

Reimplemented from pwiz::analysis::MSDataAnalyzer.

virtual void pwiz::analysis::RegionAnalyzer::update ( const DataInfo dataInfo,
const Spectrum spectrum 
)
virtual

analyze a single spectrum

Reimplemented from pwiz::analysis::MSDataAnalyzer.

virtual void pwiz::analysis::RegionAnalyzer::close ( const DataInfo dataInfo)
virtual

end analysis of the data

Reimplemented from pwiz::analysis::MSDataAnalyzer.

RegionAnalyzer& pwiz::analysis::RegionAnalyzer::operator= ( RegionAnalyzer )
private

Member Data Documentation

boost::shared_ptr<Impl> pwiz::analysis::RegionAnalyzer::impl_
private

Definition at line 104 of file RegionAnalyzer.hpp.


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