|
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
Definition at line 31 of file FragmentSelectingRule.hh.
|
inline |
Constructor sets the desired number of fragments.
Definition at line 35 of file FragmentSelectingRule.hh.
References frags_per_pos(), and frags_per_pos_.
|
inlinevirtual |
Definition at line 48 of file FragmentSelectingRule.hh.
|
inline |
Says how many fragments will be selected for each position in a query sequence.
Definition at line 43 of file FragmentSelectingRule.hh.
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 |
Definition at line 52 of file FragmentSelectingRule.hh.
Referenced by FragmentSelectingRule(), and frags_per_pos().
1.8.4