23 #ifndef _READER_SHIMADZU_HPP_ 24 #define _READER_SHIMADZU_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 "Shimadzu LCD";}
65 #endif // _READER_SHIMADZU_HPP_
virtual const char * getType() const
returns a unique string identifying the reader type
interface for file readers
boost::shared_ptr< MSData > MSDataPtr
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 ...
PWIZ_API_DECL void read(std::istream &is, CV &cv)
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...