![]() |
Rosetta Protocols
2014.35
|
#include <MatchOutputter.hh>
Public Member Functions | |
MatchOutputter () | |
virtual | ~MatchOutputter () |
void | begin_processing () |
Invoked by the Matcher before it begins feeding matches to the processor. Base-class has a no-op implementation. More... | |
void | end_processing () |
Invoked by the Matcher after it finishes feeding matches to the processor. Base-class has a no-op implementation. More... | |
virtual void | process_match (match const &m) |
virtual void | process_match (match_dspos1 const &m) |
![]() | |
MatchProcessor () | |
virtual | ~MatchProcessor () |
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 | |
![]() | |
bool | passes_filters (match const &m) |
bool | passes_filters (match_dspos1 const &m) |
void | note_match_processed () |
![]() | |
bool | match_processing_successful_ |
OutputWriterOP | writer_ |
MatchEvaluatorOP | evaluator_ |
MatchScoreWriterOP | match_score_writer_ |
protocols::match::output::MatchOutputter::MatchOutputter | ( | ) |
|
virtual |
|
virtual |
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().
|
virtual |
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_.
|
virtual |
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(), runtime_assert, and protocols::match::output::MatchProcessor::writer_.
|
virtual |