OpenMS
|
Builds a map index of data that have a String index to find matches and return the objects. More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
Public Types | |
typedef HitType | argument_type |
typedef std::map< String, Entry * > | ItemMap |
Public Member Functions | |
GetMatchingItems (std::vector< Entry > &records) | |
GetMatchingItems () | |
const String & | getKey (const FASTAFile::FASTAEntry &entry) const |
bool | exists (const HitType &hit) const |
const String & | getHitKey (const PeptideEvidence &p) const |
const Entry & | getValue (const PeptideEvidence &evidence) const |
Public Attributes | |
ItemMap | items |
Builds a map index of data that have a String index to find matches and return the objects.
typedef HitType argument_type |
|
inline |
|
inline |
|
inline |
Referenced by IDFilter::DigestionFilter::operator()().
|
inline |
References PeptideEvidence::getProteinAccession().
|
inline |
References FASTAFile::FASTAEntry::identifier.
|
inline |
Referenced by IDFilter::DigestionFilter::operator()().
ItemMap items |