23 #ifndef _SPECTRUMWORKERTHREADS_HPP_ 24 #define _SPECTRUMWORKERTHREADS_HPP_ 27 #include <boost/smart_ptr.hpp> 44 boost::scoped_ptr<Impl>
impl_;
52 #endif // _SPECTRUMWORKERTHREADS_HPP_
boost::shared_ptr< Spectrum > SpectrumPtr
Interface for accessing spectra, which may be stored in memory or backed by a data file (RAW...
SpectrumWorkerThreads(const SpectrumList &sl)
SpectrumPtr processBatch(size_t index, bool getBinaryData=true)
boost::scoped_ptr< Impl > impl_