Go to the documentation of this file.
24 #ifndef _SPECTRUMLIST_PRECURSORRECALCULATOR_HPP_
25 #define _SPECTRUMLIST_PRECURSORRECALCULATOR_HPP_
62 #endif // _SPECTRUMLIST_PRECURSORRECALCULATOR_HPP_
Inheritable pass-through implementation for wrapping a SpectrumList.
SpectrumList_PrecursorRecalculator(const msdata::MSData &msd)
constructor needs the full MSData object for instrument info; SpectrumList_PrecursorRecalculator hold...
SpectrumList_PrecursorRecalculator & operator=(SpectrumList_PrecursorRecalculator &)
boost::shared_ptr< Impl > impl_
virtual msdata::SpectrumPtr spectrum(size_t index, bool getBinaryData=false) const
retrieve a spectrum by index
boost::shared_ptr< Spectrum > SpectrumPtr
SpectrumList_PrecursorRecalculator(SpectrumList_PrecursorRecalculator &)
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
SpectrumList wrapper that recalculates precursor info on spectrum() requests.