31 using boost::shared_ptr;
46 virtual size_t size()
const;
48 virtual size_t find(
const string&
id)
const;
49 virtual SpectrumPtr spectrum(
size_t index,
bool getBinaryData)
const;
52 #ifdef PWIZ_READER_WATERS
68 mutable vector<IndexEntry> index_;
69 mutable map<string, size_t> idToIndexMap_;
72 #endif // PWIZ_READER_WATERS
common functionality for base SpectrumList implementations
boost::shared_ptr< Spectrum > SpectrumPtr
Identifying information for a spectrum.
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...