![]() |
![]() |
#include <EventHypothesis.h>
Public Member Functions | |
bool | operator() (const std::pair< std::string, CandRefType > &p) const |
virtual bool | operator() (const CandRefType &cand, const std::string &role) const =0 |
virtual | ~ParticleFilter () |
Definition at line 17 of file EventHypothesis.h.
virtual pat::eventhypothesis::ParticleFilter::~ParticleFilter | ( | ) | [inline, virtual] |
Definition at line 18 of file EventHypothesis.h.
{}
bool pat::eventhypothesis::ParticleFilter::operator() | ( | const std::pair< std::string, CandRefType > & | p | ) | const [inline] |
Definition at line 19 of file EventHypothesis.h.
References operator()().
Referenced by operator()().
{ return operator()(p.second, p.first); }
virtual bool pat::eventhypothesis::ParticleFilter::operator() | ( | const CandRefType & | cand, |
const std::string & | role | ||
) | const [pure virtual] |