ProteoWizard
|
#include <PeptideID_dataFetcher.hpp>
Public Member Functions | |
PeptideID_dataFetcher () | |
PeptideID_dataFetcher (std::istream &is, const double &threshold=.9) | |
PeptideID_dataFetcher (const std::vector< boost::shared_ptr< SpectrumQuery > > &sqs) | |
PeptideID_dataFetcher (const MSMSPipelineAnalysis &mspa) | |
void | update (const SpectrumQuery &sq) |
void | erase (const SpectrumQuery &sq) |
void | merge (const PeptideID_dataFetcher &that) |
size_t | size () |
std::vector< boost::shared_ptr < SpectrumQuery > > | getAllContents () const |
std::vector< boost::shared_ptr < SpectrumQuery > > | getSpectrumQueries (double mz, double rt) |
Bin< SpectrumQuery > | getBin () const |
void | setRtAdjustedFlag (const bool &flag) |
const bool & | getRtAdjustedFlag () const |
bool | operator== (const PeptideID_dataFetcher &that) |
bool | operator!= (const PeptideID_dataFetcher &that) |
Public Attributes | |
std::string | id |
Private Member Functions | |
PeptideID_dataFetcher (PeptideID_dataFetcher &) | |
PeptideID_dataFetcher | operator= (PeptideID_dataFetcher &) |
Private Attributes | |
bool | _rtAdjusted |
Bin< SpectrumQuery > | _bin |
Definition at line 44 of file PeptideID_dataFetcher.hpp.
|
inline |
Definition at line 50 of file PeptideID_dataFetcher.hpp.
pwiz::eharmony::PeptideID_dataFetcher::PeptideID_dataFetcher | ( | std::istream & | is, |
const double & | threshold = .9 |
||
) |
pwiz::eharmony::PeptideID_dataFetcher::PeptideID_dataFetcher | ( | const std::vector< boost::shared_ptr< SpectrumQuery > > & | sqs | ) |
pwiz::eharmony::PeptideID_dataFetcher::PeptideID_dataFetcher | ( | const MSMSPipelineAnalysis & | mspa | ) |
|
private |
void pwiz::eharmony::PeptideID_dataFetcher::update | ( | const SpectrumQuery & | sq | ) |
void pwiz::eharmony::PeptideID_dataFetcher::erase | ( | const SpectrumQuery & | sq | ) |
void pwiz::eharmony::PeptideID_dataFetcher::merge | ( | const PeptideID_dataFetcher & | that | ) |
Referenced by testMerge().
|
inline |
Definition at line 58 of file PeptideID_dataFetcher.hpp.
std::vector<boost::shared_ptr<SpectrumQuery> > pwiz::eharmony::PeptideID_dataFetcher::getAllContents | ( | ) | const |
std::vector<boost::shared_ptr<SpectrumQuery> > pwiz::eharmony::PeptideID_dataFetcher::getSpectrumQueries | ( | double | mz, |
double | rt | ||
) |
|
inline |
|
inline |
Definition at line 64 of file PeptideID_dataFetcher.hpp.
|
inline |
Definition at line 65 of file PeptideID_dataFetcher.hpp.
bool pwiz::eharmony::PeptideID_dataFetcher::operator== | ( | const PeptideID_dataFetcher & | that | ) |
bool pwiz::eharmony::PeptideID_dataFetcher::operator!= | ( | const PeptideID_dataFetcher & | that | ) |
|
private |
std::string pwiz::eharmony::PeptideID_dataFetcher::id |
Definition at line 70 of file PeptideID_dataFetcher.hpp.
|
private |
Definition at line 74 of file PeptideID_dataFetcher.hpp.
|
private |
Definition at line 75 of file PeptideID_dataFetcher.hpp.