OpenMS
IDFilter::HasDecoyAnnotation< HitType > Struct Template Reference

Is this a decoy hit? More...

#include <OpenMS/FILTERING/ID/IDFilter.h>

Collaboration diagram for IDFilter::HasDecoyAnnotation< HitType >:
[legend]

Public Types

typedef HitType argument_type
 

Public Member Functions

 HasDecoyAnnotation ()
 
bool operator() (const HitType &hit) const
 

Public Attributes

struct HasMetaValue< HitType > target_decoy is_decoy
 

Detailed Description

template<class HitType>
struct OpenMS::IDFilter::HasDecoyAnnotation< HitType >

Is this a decoy hit?

Member Typedef Documentation

◆ argument_type

typedef HitType argument_type

Constructor & Destructor Documentation

◆ HasDecoyAnnotation()

HasDecoyAnnotation ( )
inline

Member Function Documentation

◆ operator()()

bool operator() ( const HitType &  hit) const
inline

Member Data Documentation

◆ is_decoy

struct HasMetaValue< HitType > target_decoy is_decoy