OpenMS
IDBoostGraph::GetPosteriorVisitor Class Reference

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>

Inheritance diagram for IDBoostGraph::GetPosteriorVisitor:
[legend]
Collaboration diagram for IDBoostGraph::GetPosteriorVisitor:
[legend]

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
 

Detailed Description

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)

Member Function Documentation

◆ operator()() [1/4]

double operator() ( PeptideHit pep) const
inline

◆ operator()() [2/4]

double operator() ( ProteinGroup pg) const
inline

◆ operator()() [3/4]

double operator() ( ProteinHit prot) const
inline

◆ operator()() [4/4]

double operator() ( T &  ) const
inline