|
Rosetta 3.5
|
#include <ProcessorFactory.hh>


Public Types | |
| typedef core::Real | Real |
| typedef core::Size | Size |
Public Member Functions | |
| ProcessorFactory () | |
| virtual | ~ProcessorFactory () |
Static Public Member Functions | |
| static MatchProcessorOP | create_processor (MatcherCOP matcher, MatcherTaskCOP task) |
Static Private Member Functions | |
| static MatchEvaluatorOP | create_evaluator (MatcherCOP matcher, MatcherTaskCOP task, UpstreamHitCacherOP cacher) |
| static std::list< MatchFilterOP > | create_filters (MatcherCOP matcher, MatcherTaskCOP task, UpstreamHitCacherOP cacher) |
| static MatchGrouperOP | create_grouper (MatcherCOP matcher, MatcherTaskCOP task, UpstreamHitCacherOP cacher) |
| static OutputWriterOP | create_output_writer (MatcherCOP matcher, MatcherTaskCOP task, UpstreamHitCacherOP cacher) |
Definition at line 47 of file ProcessorFactory.hh.
Definition at line 49 of file ProcessorFactory.hh.
Definition at line 50 of file ProcessorFactory.hh.
| protocols::match::output::ProcessorFactory::ProcessorFactory | ( | ) |
Definition at line 73 of file ProcessorFactory.cc.
|
virtual |
Definition at line 75 of file ProcessorFactory.cc.
|
staticprivate |
Definition at line 155 of file ProcessorFactory.cc.
Referenced by create_processor().
|
staticprivate |
Definition at line 177 of file ProcessorFactory.cc.
Referenced by create_processor().
|
staticprivate |
Definition at line 116 of file ProcessorFactory.cc.
Referenced by create_output_writer(), and create_processor().
|
staticprivate |
Definition at line 238 of file ProcessorFactory.cc.
References create_grouper().
Referenced by create_processor().
|
static |
Definition at line 78 of file ProcessorFactory.cc.
References create_evaluator(), create_filters(), create_grouper(), create_output_writer(), and protocols::match::output::TR().
Referenced by protocols::match::MatcherMover::apply().
1.8.4