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) |
protocols::match::output::ProcessorFactory::ProcessorFactory | ( | ) |
|
virtual |
|
staticprivate |
Referenced by create_processor().
|
staticprivate |
Referenced by create_processor().
|
staticprivate |
Referenced by create_output_writer(), and create_processor().
|
staticprivate |
References create_grouper().
Referenced by create_processor().
|
static |
References create_evaluator(), create_filters(), create_grouper(), create_output_writer(), and protocols::match::output::TR().
Referenced by protocols::match::MatcherMover::apply().