Rosetta 3.5
|
selects a given number of fragments just by selecting the best ones More...
#include <FragmentSelectingRule.hh>
Public Member Functions | |
FragmentSelectingRule (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... | |
Size | frags_per_pos () |
Says how many fragments will be selected for each position in a query sequence. More... | |
virtual | ~FragmentSelectingRule () |
Private Attributes | |
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_.
|
inlinevirtual |
|
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().