![]() |
Rosetta
2021.16
|
#include <BoundedCollector.hh>

Public Member Functions | |
| BoundedCollector_CompareTotalScore (core::Size query_size, core::Size max_frags_per_pos, CompareTotalScore fragment_comparator, core::Size n_score_terms, core::Size buffer_factor=5) | |
Public Member Functions inherited from protocols::frag_picker::BoundedCollector< CompareTotalScore > | |
| BoundedCollector (core::Size query_size, core::Size max_frags_per_pos, CompareTotalScorefragment_comparator, core::Size n_score_terms, core::Size buffer_factor=5) | |
| create a collector for a given size of a query sequence More... | |
| bool | add (ScoredCandidate new_canditate) override |
| Insert a fragment candidate to the container. More... | |
| core::Size | count_candidates (core::Size seq_pos) const override |
| Check how many candidates have been already collected for a given position APL Note: you cannot have inlined virtual functions. More... | |
| core::Size | count_candidates () const override |
| Check how many candidates have been already collected for all positions APL Note: you cannot have inlined virtual functions. More... | |
| core::Size | query_length () const override |
| Check the size of query sequence that this object knows. This is mainly to be able to check if it is the same as in the other parts of fragment picking machinery. More... | |
| void | insert (core::Size pos, CandidatesCollectorOP collector) override |
| Inserts candidates from another Collector for a give position in the query Candidates may or may not get inserted depending on the candidate. More... | |
| ScoredCandidatesVector1 & | get_candidates (core::Size position_in_query) override |
| returns all stored fragment candidates that begins at a given position in a query More... | |
| void | clear () override |
| removes all candidates from the container More... | |
| void | print_report (std::ostream &out, scores::FragmentScoreManagerOP scoring) const override |
| prints how many candidates have been collected for each position and how good they are More... | |
Additional Inherited Members | |
Public Types inherited from protocols::frag_picker::BoundedCollector< CompareTotalScore > | |
| typedef utility::pointer::shared_ptr < BoundedCollector < CompareTotalScore > > | BoundedCollectorOP |
| typedef utility::pointer::shared_ptr < BoundedCollector < CompareTotalScore > const > | BoundedCollectorCOP |
|
inline |
1.8.7