Go to the documentation of this file.
23 #ifndef _READER_AGILENT_HPP_
24 #define _READER_AGILENT_HPP_
39 virtual std::string
identify(
const std::string& filename,
40 const std::string& head)
const;
42 virtual void read(
const std::string& filename,
43 const std::string& head,
48 virtual void read(
const std::string& filename,
49 const std::string& head,
50 std::vector<MSDataPtr>& results,
54 read(filename, head, *results.back(), 0, config);
57 virtual const char *
getType()
const {
return "Agilent MassHunter";}
65 #endif // _READER_AGILENT_HPP_
interface for file readers
virtual const char * getType() const
returns a unique string identifying the reader type
boost::shared_ptr< MSData > MSDataPtr
virtual void read(const std::string &filename, const std::string &head, MSData &result, int runIndex=0, const Config &config=Config()) const
fill in the MSData structure from the first (or only) sample
virtual void read(const std::string &filename, const std::string &head, std::vector< MSDataPtr > &results, const Config &config=Config()) const
fill in a vector of MSData structures; provides support for multi-run input files
virtual std::string identify(const std::string &filename, const std::string &head) const
return file type iff Reader recognizes the file, else empty;
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
PWIZ_API_DECL void read(std::istream &is, CV &cv)