|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const std::vector< ProteinIdentification::ProteinGroup > &grps, const std::unordered_set< std::string > &decoy_accs) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const ProteinIdentification &id) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, bool all_hits, int charge, const String &identifier) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, bool all_hits, const String &identifier) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, int charge, const String &identifier) | 
|  | 
| template<typename IDType , typename std::enable_if< IsIDType< IDType >::value >::type *  = nullptr> | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const IDType &id, const String &identifier) | 
|  | 
| template<class ... Args> | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, bool all_hits, Args &&... args) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideHit &hit, int charge) | 
|  | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, int charge) | 
|  | 
| template<typename HitType , typename std::enable_if< IsHitType< HitType >::value >::type *  = nullptr> | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const HitType &hit) | 
|  | 
| template<typename IDType , typename std::enable_if< IsIDType< IDType >::value >::type *  = nullptr> | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const IDType &id) | 
|  | 
| template<class ... Args> | 
| static void | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const std::vector< PeptideIdentification > &ids, Args &&... args) | 
|  | 
Fills the scores_labels vector from an ID data structure. 
Just use the one you need.