27 #ifndef _FEATURE_DATAFETCHER_HPP_
28 #define _FEATURE_DATAFETCHER_HPP_
33 #include "boost/shared_ptr.hpp"
38 using namespace pwiz::data::peakdata;
58 std::vector<FeatureSequencedPtr> getFeatures(
double mz,
double rt) ;
59 std::vector<FeatureSequencedPtr> getAllContents()
const;
83 #endif //_FEATURE_DATAFETCHER_HPP_