Go to the documentation of this file.
32 using boost::shared_ptr;
46 virtual size_t size()
const;
48 virtual size_t find(
const string&
id)
const;
51 #ifdef PWIZ_READER_BRUKER
53 const string& rootpath,
67 CVID chromatogramType;
72 vector<IndexEntry> index_;
75 map<string, size_t> idToIndexMap_;
78 #endif // PWIZ_READER_BRUKER
common functionality for base ChromatogramList implementations
virtual ChromatogramPtr chromatogram(size_t index, bool getBinaryData) const
retrieve a chromatogram by index
boost::shared_ptr< CompassData > CompassDataPtr
Identifying information for a chromatogram.
virtual const ChromatogramIdentity & chromatogramIdentity(size_t index) const
access to a chromatogram index
PWIZ_API_DECL Reader_Bruker_Format format(const std::string &path)
returns Bruker format of 'path' if it is a Bruker directory; otherwise returns empty string
virtual size_t size() const
returns the number of chromatograms
virtual size_t find(const string &id) const
find id in the chromatogram index (returns size() on failure)
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
boost::shared_ptr< Chromatogram > ChromatogramPtr