ProteoWizard
|
Classes | |
struct | Config |
struct | ReaderConfig |
Public Member Functions | |
virtual std::string | identify (const std::string &filename, const std::string &head) const |
return file type iff Reader recognizes the file, else empty; | |
virtual void | read (const std::string &filename, const std::string &head, TraData &result, int runIndex=0) const |
fill in the TraData structure from the first (or only) sample | |
virtual void | read (const std::string &filename, const std::string &head, std::vector< TraDataPtr > &results) const |
fill in a vector of TraData structures; provides support for multi-run input files | |
const char * | getType () const |
fill in a vector of MSData.Id values; 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; | |
virtual void | read (const std::string &filename, const std::string &head, MSData &result, int runIndex=0, const Config &config=Config()) const |
virtual void | read (const std::string &filename, const std::string &head, std::vector< MSDataPtr > &results, const Config &config=Config()) const |
const char * | getType () const |
fill in a vector of MSData.Id values; provides support for multi-run input files | |
virtual std::string | identify (const std::string &uri, boost::shared_ptr< std::istream > uriStreamPtr) const |
virtual void | read (const std::string &uri, boost::shared_ptr< std::istream > uriStreamPtr, ProteomeData &result) const |
const char * | getType () const |
fill in a vector of MSData.Id values; 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; | |
virtual void | read (const std::string &filename, const std::string &head, TraData &result, int runIndex=0) const |
fill in the TraData structure from the first (or only) sample | |
virtual void | read (const std::string &filename, const std::string &head, std::vector< TraDataPtr > &results) const |
fill in a vector of TraData structures; provides support for multi-run input files | |
const char * | getType () const |
fill in a vector of MSData.Id values; provides support for multi-run input files | |
![]() | |
bool | accept (const std::string &filename, const std::string &head) const |
return true iff Reader recognizes the file as one it should handle | |
virtual | ~Reader () |
Public Attributes | |
Config | config |
ReaderConfig | readerConfig |
Definition at line 77 of file ReaderTest.cpp.
|
inlinevirtual |
return file type iff Reader recognizes the file, else empty;
note: for formats requiring a 3rd party DLL identify() should return true if it recognized the format, even though reading may fail if the 3rd party DLL isn't actually present Reader may filter based on filename and/or head of the file
Implements pwiz::tradata::Reader.
Definition at line 89 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
fill in the TraData structure from the first (or only) sample
Implements pwiz::tradata::Reader.
Definition at line 96 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
fill in a vector of TraData structures; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 105 of file ReaderTest.cpp.
References pwiz::identdata::IO::read().
|
inlinevirtual |
fill in a vector of MSData.Id values; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 113 of file ReaderTest.cpp.
|
inlinevirtual |
return file type iff Reader recognizes the file, else empty;
note: for formats requiring a 3rd party DLL identify() should return true if it recognized the format, even though reading may fail if the 3rd party DLL isn't actually present Reader may filter based on filename and/or head of the file
Implements pwiz::tradata::Reader.
Definition at line 98 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
Definition at line 105 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
Definition at line 115 of file ReaderTest.cpp.
References pwiz::identdata::IO::read().
|
inlinevirtual |
fill in a vector of MSData.Id values; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 124 of file ReaderTest.cpp.
|
inlinevirtual |
Definition at line 80 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
|
inlinevirtual |
fill in a vector of MSData.Id values; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 95 of file ReaderTest.cpp.
|
inlinevirtual |
return file type iff Reader recognizes the file, else empty;
note: for formats requiring a 3rd party DLL identify() should return true if it recognized the format, even though reading may fail if the 3rd party DLL isn't actually present Reader may filter based on filename and/or head of the file
Implements pwiz::tradata::Reader.
Definition at line 89 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
fill in the TraData structure from the first (or only) sample
Implements pwiz::tradata::Reader.
Definition at line 96 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
fill in a vector of TraData structures; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 105 of file ReaderTest.cpp.
References pwiz::identdata::IO::read().
|
inlinevirtual |
fill in a vector of MSData.Id values; provides support for multi-run input files
Implements pwiz::tradata::Reader.
Definition at line 113 of file ReaderTest.cpp.
Config Reader2::config |
Definition at line 87 of file ReaderTest.cpp.
Referenced by testGet(), and testRead().
ReaderConfig Reader2::readerConfig |
Definition at line 96 of file ReaderTest.cpp.
Referenced by testGet(), and testRead().