|
Rosetta 3.5
|
#include <MatchConsolidator.hh>


Public Types | |
| typedef core::Size | Size |
| typedef core::Real | Real |
Public Member Functions | |
| BestMatchesCollection (Size n_to_keep, bool dspos1_mode=false) | |
| virtual | ~BestMatchesCollection () |
| void | add_match (match const &m, Real score) |
| void | add_match_dspos1 (match_dspos1 const &m, Real score) |
| bool | dspos1_mode () const |
| Size | n_kept_matches () const |
| match const & | kept_match (Size which_match) const |
| match_dspos1 const & | kept_match_dspos1 (Size which_match) const |
Private Member Functions | |
| Size | index_for_new_match (Real score) |
Private Attributes | |
| Size const | n_top_matches_to_keep_ |
| bool const | dspos1_mode_ |
| utility::heap | scores_heap_ |
| utility::vector1< match > | best_matches_ |
| utility::vector1< match_dspos1 > | best_match_dspos1s_ |
Definition at line 114 of file MatchConsolidator.hh.
Definition at line 118 of file MatchConsolidator.hh.
Definition at line 117 of file MatchConsolidator.hh.
| protocols::match::output::BestMatchesCollection::BestMatchesCollection | ( | Size | n_to_keep, |
| bool | dspos1_mode = false |
||
| ) |
Definition at line 235 of file MatchConsolidator.cc.
|
virtual |
Definition at line 233 of file MatchConsolidator.cc.
Definition at line 248 of file MatchConsolidator.cc.
References best_matches_, dspos1_mode_, and index_for_new_match().
| void protocols::match::output::BestMatchesCollection::add_match_dspos1 | ( | match_dspos1 const & | m, |
| Real | score | ||
| ) |
Definition at line 258 of file MatchConsolidator.cc.
References best_match_dspos1s_, dspos1_mode_, and index_for_new_match().
|
inline |
Definition at line 130 of file MatchConsolidator.hh.
References dspos1_mode_.
|
private |
Definition at line 291 of file MatchConsolidator.cc.
References scores_heap_.
Referenced by add_match(), and add_match_dspos1().
Definition at line 274 of file MatchConsolidator.cc.
References best_matches_, dspos1_mode_, and scores_heap_.
| match_dspos1 const & protocols::match::output::BestMatchesCollection::kept_match_dspos1 | ( | Size | which_match) | const |
Definition at line 282 of file MatchConsolidator.cc.
References best_match_dspos1s_, dspos1_mode_, and scores_heap_.
| BestMatchesCollection::Size protocols::match::output::BestMatchesCollection::n_kept_matches | ( | ) | const |
Definition at line 268 of file MatchConsolidator.cc.
References scores_heap_.
|
private |
Definition at line 154 of file MatchConsolidator.hh.
Referenced by add_match_dspos1(), and kept_match_dspos1().
|
private |
Definition at line 153 of file MatchConsolidator.hh.
Referenced by add_match(), and kept_match().
|
private |
Definition at line 148 of file MatchConsolidator.hh.
Referenced by add_match(), add_match_dspos1(), dspos1_mode(), kept_match(), and kept_match_dspos1().
|
private |
Definition at line 147 of file MatchConsolidator.hh.
|
private |
Definition at line 151 of file MatchConsolidator.hh.
Referenced by index_for_new_match(), kept_match(), kept_match_dspos1(), and n_kept_matches().
1.8.4