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 | |
virtual 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 |
virtual 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 |
virtual 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 | |
virtual 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 37 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 49 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 56 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 65 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 73 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 55 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
Definition at line 62 of file ReaderTest.cpp.
References os_.
|
inlinevirtual |
Definition at line 72 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 81 of file ReaderTest.cpp.
|
inlinevirtual |
Definition at line 48 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 63 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 49 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 56 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 65 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 73 of file ReaderTest.cpp.
Config Reader1::config |
Definition at line 47 of file ReaderTest.cpp.
Referenced by testRead().
ReaderConfig Reader1::readerConfig |
Definition at line 53 of file ReaderTest.cpp.
Referenced by testRead().