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

Public Member Functions | |
| MatchOutputter () | |
| ~MatchOutputter () override | |
| void | begin_processing () override |
| Invoked by the Matcher before it begins feeding matches to the processor. Base-class has a no-op implementation. More... | |
| void | end_processing () override |
| Invoked by the Matcher after it finishes feeding matches to the processor. Base-class has a no-op implementation. More... | |
| void | process_match (match const &m) override |
| void | process_match (match_dspos1 const &m) override |
Public Member Functions inherited from protocols::match::output::MatchProcessor | |
| MatchProcessor () | |
| ~MatchProcessor () override | |
| bool | match_processing_successful () const |
| void | set_output_writer (OutputWriterOP writer) |
| void | set_evaluator (MatchEvaluatorOP evaluator) |
| void | set_match_score_writer (MatchScoreWriterOP scorewriter) |
| OutputWriterOP | output_writer () |
| const access to the output writer, e.g. for the MatcherMover when incorporating matches into the pose More... | |
| void | add_filter (MatchFilterOP filter) |
| void | reset_filters () |
| void | clear_filters () |
| UpstreamDownstreamCollisionFilterCOP | up_down_filt () const |
| UpstreamCollisionFilterCOP | up_coll_filt () const |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::match::output::MatchProcessor | |
| bool | passes_filters (match const &m) |
| bool | passes_filters (match_dspos1 const &m) |
| void | note_match_processed () |
Protected Attributes inherited from protocols::match::output::MatchProcessor | |
| bool | match_processing_successful_ |
| OutputWriterOP | writer_ |
| MatchEvaluatorOP | evaluator_ |
| MatchScoreWriterOP | match_score_writer_ |
| protocols::match::output::MatchOutputter::MatchOutputter | ( | ) |
|
overridedefault |
|
overridevirtual |
Invoked by the Matcher before it begins feeding matches to the processor. Base-class has a no-op implementation.
Reimplemented from protocols::match::output::MatchProcessor.
References protocols::match::output::MatchProcessor::begin_processing().
|
overridevirtual |
Invoked by the Matcher after it finishes feeding matches to the processor. Base-class has a no-op implementation.
Reimplemented from protocols::match::output::MatchProcessor.
References protocols::match::output::MatchProcessor::end_processing(), and protocols::match::output::MatchProcessor::match_score_writer_.
|
overridevirtual |
Implements protocols::match::output::MatchProcessor.
References protocols::match::output::MatchProcessor::evaluator_, protocols::match::output::MatchProcessor::match_score_writer_, protocols::match::output::MatchProcessor::note_match_processed(), protocols::match::output::MatchProcessor::passes_filters(), and protocols::match::output::MatchProcessor::writer_.
|
overridevirtual |
1.8.7