OpenMS
|
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type gets the score (usually the posterior) More...
#include <OpenMS/ANALYSIS/ID/IDBoostGraph.h>
Public Member Functions | |
double | operator() (PeptideHit *pep) const |
double | operator() (ProteinHit *prot) const |
double | operator() (ProteinGroup &pg) const |
template<class T > | |
double | operator() (T &) const |
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type gets the score (usually the posterior)
|
inline |
References PeptideHit::getScore().
|
inline |
References IDBoostGraph::ProteinGroup::score.
|
inline |
References ProteinHit::getScore().
|
inline |