|
Rosetta 3.5
|
#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) |
Public Member Functions inherited from protocols::match::output::MatchProcessor | |
| MatchProcessor () | |
| virtual | ~MatchProcessor () |
| bool | match_processing_successful () const |
| void | set_output_writer (OutputWriterOP writer) |
| 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_ |
Definition at line 29 of file MatchOutputter.hh.
| protocols::match::output::MatchOutputter::MatchOutputter | ( | ) |
Definition at line 35 of file MatchOutputter.cc.
|
virtual |
Definition at line 39 of file MatchOutputter.cc.
|
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.
Definition at line 42 of file MatchOutputter.cc.
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.
Definition at line 48 of file MatchOutputter.cc.
References protocols::match::output::MatchProcessor::end_processing().
|
virtual |
Implements protocols::match::output::MatchProcessor.
Definition at line 54 of file MatchOutputter.cc.
References protocols::match::output::MatchProcessor::note_match_processed(), protocols::match::output::MatchProcessor::passes_filters(), and protocols::match::output::MatchProcessor::writer_.
|
virtual |
Implements protocols::match::output::MatchProcessor.
Definition at line 68 of file MatchOutputter.cc.
References protocols::match::output::MatchProcessor::note_match_processed(), protocols::match::output::MatchProcessor::passes_filters(), and protocols::match::output::MatchProcessor::writer_.
1.8.4