32 using boost::shared_ptr;
46 virtual size_t size()
const;
48 virtual size_t find(
const string&
id)
const;
49 virtual ChromatogramPtr chromatogram(
size_t index,
bool getBinaryData)
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
boost::shared_ptr< CompassData > CompassDataPtr
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 ...
Identifying information for a chromatogram.
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
boost::shared_ptr< Chromatogram > ChromatogramPtr