![]() |
OpenMS
|
Given a list of protein accessions, do any occur in the annotation(s) of this hit? More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
Public Types | |
| typedef HitType | argument_type |
Public Member Functions | |
| HasMatchingAccessionImpl (const SetType &accessions_) | |
| bool | operator() (const PeptideHit &hit) const |
| bool | operator() (const ProteinHit &hit) const |
| bool | operator() (const PeptideEvidence &evidence) const |
Public Attributes | |
| const SetType & | accessions |
Given a list of protein accessions, do any occur in the annotation(s) of this hit?
Template implementation that works with any set-like container (std::set, std::unordered_set, etc.) that provides a count() method.
| typedef HitType argument_type |
|
inlineexplicit |
|
inline |
References PeptideEvidence::getProteinAccession().
|
inline |
References PeptideHit::extractProteinAccessionsSet().
|
inline |
References ProteinHit::getAccession().
| const SetType& accessions |