|
Rosetta 3.5
|
selects fragments by running several selectors More...
#include <DiversifyCrmsdByClustering.hh>


Public Member Functions | |
| DiversifyCrmsdByClustering (Size frags_per_pos) | |
| Constructor sets the desired number of fragments and crmsd cutoff. More... | |
| virtual void | select_fragments (ScoredCandidatesVector1 const &, ScoredCandidatesVector1 &) |
| Selects desired number of fragments from a given set of candidates. More... | |
| virtual | ~DiversifyCrmsdByClustering () |
Public Member Functions inherited from protocols::frag_picker::FragmentSelectingRule | |
| FragmentSelectingRule (Size frags_per_pos) | |
| Constructor sets the desired number of fragments. More... | |
| Size | frags_per_pos () |
| Says how many fragments will be selected for each position in a query sequence. More... | |
| virtual | ~FragmentSelectingRule () |
Private Member Functions | |
| void | copy_coordinates (FragmentCandidateOP src, FArray2D_double &dst) |
Private Attributes | |
| Real | resulting_cutoff_ |
| utility::vector1< FArray2D_double > | xyz_ |
| FArray1D_double | weights_ |
selects fragments by running several selectors
Definition at line 39 of file DiversifyCrmsdByClustering.hh.
|
inline |
Constructor sets the desired number of fragments and crmsd cutoff.
Definition at line 43 of file DiversifyCrmsdByClustering.hh.
|
inlinevirtual |
Definition at line 48 of file DiversifyCrmsdByClustering.hh.
|
private |
Definition at line 39 of file DiversifyCrmsdByClustering.cc.
References protocols::kinmatch::xyz().
|
virtual |
Selects desired number of fragments from a given set of candidates.
Implements protocols::frag_picker::FragmentSelectingRule.
Definition at line 55 of file DiversifyCrmsdByClustering.cc.
References protocols::frag_picker::trDiversifyCrmsdByClustering().
|
private |
Definition at line 53 of file DiversifyCrmsdByClustering.hh.
|
private |
Definition at line 55 of file DiversifyCrmsdByClustering.hh.
|
private |
Definition at line 54 of file DiversifyCrmsdByClustering.hh.
1.8.4