#include <MatchConsolidator.hh>
| protocols::match::output::BestMatchesCollection::BestMatchesCollection |
( |
core::Size |
n_to_keep, |
|
|
bool |
dspos1_mode = false |
|
) |
| |
| protocols::match::output::BestMatchesCollection::~BestMatchesCollection |
( |
| ) |
|
|
overridedefault |
| void protocols::match::output::BestMatchesCollection::add_match |
( |
match const & |
m, |
|
|
Real |
score |
|
) |
| |
| void protocols::match::output::BestMatchesCollection::add_match_dspos1 |
( |
match_dspos1 const & |
m, |
|
|
Real |
score |
|
) |
| |
| bool protocols::match::output::BestMatchesCollection::dspos1_mode |
( |
| ) |
const |
|
inline |
| match const & protocols::match::output::BestMatchesCollection::kept_match |
( |
core::Size |
which_match | ) |
const |
| match_dspos1 const & protocols::match::output::BestMatchesCollection::kept_match_dspos1 |
( |
core::Size |
which_match | ) |
const |
| utility::vector1< match_dspos1 > protocols::match::output::BestMatchesCollection::best_match_dspos1s_ |
|
private |
| utility::vector1< match > protocols::match::output::BestMatchesCollection::best_matches_ |
|
private |
| bool const protocols::match::output::BestMatchesCollection::dspos1_mode_ |
|
private |
| utility::heap protocols::match::output::BestMatchesCollection::scores_heap_ |
|
private |
The documentation for this class was generated from the following files: