![]() |
Rosetta
2021.16
|
selects a given number of fragments just by selecting the best ones More...
#include <FragmentSelectingRule.hh>

Public Member Functions | |
| FragmentSelectingRule (core::Size frags_per_pos) | |
| Constructor sets the desired number of fragments. More... | |
| virtual void | select_fragments (ScoredCandidatesVector1 const &, ScoredCandidatesVector1 &)=0 |
| Selects desired number of fragments from a given candidates. More... | |
| core::Size | frags_per_pos () |
| Says how many fragments will be selected for each position in a query sequence. More... | |
| ~FragmentSelectingRule () override=default | |
Private Attributes | |
| core::Size | frags_per_pos_ |
selects a given number of fragments just by selecting the best ones
|
inline |
Constructor sets the desired number of fragments.
References frags_per_pos(), and frags_per_pos_.
|
overridedefault |
|
inline |
Says how many fragments will be selected for each position in a query sequence.
References frags_per_pos_.
Referenced by FragmentSelectingRule(), protocols::frag_picker::BestTotalScoreSelector::select_fragments(), protocols::frag_picker::CustomScoreSelector::select_fragments(), protocols::frag_picker::quota::QuotaSelector::select_fragments_200(), and protocols::frag_picker::quota::QuotaSelector::select_fragments_25_200().
|
pure virtual |
Selects desired number of fragments from a given candidates.
Implemented in protocols::frag_picker::CustomScoreSelector, protocols::frag_picker::BestTotalScoreSelector, protocols::frag_picker::quota::QuotaSelector, protocols::frag_picker::DiversifyCrmsdSelector, protocols::frag_picker::DiversifyCrmsdByClustering, protocols::frag_picker::CompositeFragmentSelector, and protocols::frag_picker::DiversifyDihedralsSelector.
|
private |
Referenced by FragmentSelectingRule(), and frags_per_pos().
1.8.7