23 #ifndef _READER_ABI_T2D_HPP_ 24 #define _READER_ABI_T2D_HPP_ 29 #include <boost/shared_ptr.hpp> 33 #if (!defined(_MSC_VER) && defined(PWIZ_READER_ABI_T2D)) 34 #undef PWIZ_READER_ABI_T2D 46 virtual std::string identify(
const std::string& filename,
47 const std::string& head)
const;
49 virtual void read(
const std::string& filename,
50 const std::string& head,
55 virtual void read(
const std::string& filename,
56 const std::string& head,
57 std::vector<MSDataPtr>& results,
61 read(filename, head, *results.back());
64 virtual const char *
getType()
const {
return "ABSciex T2D";}
72 #endif // _READER_ABI_T2D_HPP_
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 ...
interface for file readers
boost::shared_ptr< MSData > MSDataPtr
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...
virtual const char * getType() const
returns a unique string identifying the reader type