23 #ifndef _READER_ABI_HPP_ 24 #define _READER_ABI_HPP_ 29 #include <boost/shared_ptr.hpp> 33 #if (!defined(_MSC_VER) && defined(PWIZ_READER_ABI)) 34 #undef PWIZ_READER_ABI 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,
60 virtual void readIds(
const std::string& filename,
61 const std::string& head,
62 std::vector<std::string>& results,
65 virtual const char *
getType()
const {
return "ABSciex WIFF";}
73 #endif // _READER_ABI_HPP_
virtual const char * getType() const
returns a unique string identifying the reader type
interface for file readers
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...