24 #ifndef _CHROMATOGRAMLIST_XICGENERATOR_HPP_ 25 #define _CHROMATOGRAMLIST_XICGENERATOR_HPP_ 29 #include <boost/icl/interval_set.hpp> 30 #include <boost/icl/continuous_interval.hpp> 47 virtual msdata::ChromatogramPtr xic(
double startTime,
double endTime,
const boost::icl::interval_set<double>& massRanges,
int msLevel);
55 #endif // _CHROMATOGRAMLIST_XICGENERATOR_HPP_
boost::shared_ptr< ChromatogramList > ChromatogramListPtr
ChromatogramList implementation to return native centroided chromatogram data.
Inheritable pass-through implementation for wrapping a ChromatogramList.
boost::shared_ptr< Chromatogram > ChromatogramPtr