24 #ifndef _MZID_MASCOTREADER_HPP_ 25 #define _MZID_MASCOTREADER_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,
47 virtual void read(
const std::string& filename,
48 const std::string& head,
52 virtual void read(
const std::string& filename,
53 const std::string& head,
54 std::vector<IdentDataPtr>& results,
57 virtual const char *
getType()
const {
return "Mascot DAT"; }
68 #endif // _MZID_MASCOTREADER_HPP_
HACK: provide an option to read only file-level metadata; once we have an enumerable ResultList imple...
boost::shared_ptr< IdentData > IdentDataPtr
interface for file readers
Implementation of the MzIdentMLType from the mzIdentML schema.
virtual const char * getType() const
PWIZ_API_DECL void read(std::istream &is, CV &cv)