Rosetta
Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | List of all members
protocols::match::output::ProcessorFactory Class Reference

#include <ProcessorFactory.hh>

Inheritance diagram for protocols::match::output::ProcessorFactory:
Inheritance graph
[legend]

Public Types

typedef core::Real Real
 
typedef core::Size Size
 

Public Member Functions

 ProcessorFactory ()
 
 ~ProcessorFactory () override
 

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< MatchFilterOPcreate_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)
 
static MatchScoreWriterOP create_match_score_writer ()
 

Member Typedef Documentation

◆ Real

◆ Size

Constructor & Destructor Documentation

◆ ProcessorFactory()

protocols::match::output::ProcessorFactory::ProcessorFactory ( )
default

◆ ~ProcessorFactory()

protocols::match::output::ProcessorFactory::~ProcessorFactory ( )
overridedefault

Member Function Documentation

◆ create_evaluator()

MatchEvaluatorOP protocols::match::output::ProcessorFactory::create_evaluator ( MatcherCOP  matcher,
MatcherTaskCOP  task,
UpstreamHitCacherOP  cacher 
)
staticprivate

Referenced by create_processor().

◆ create_filters()

std::list< MatchFilterOP > protocols::match::output::ProcessorFactory::create_filters ( MatcherCOP  matcher,
MatcherTaskCOP  task,
UpstreamHitCacherOP  cacher 
)
staticprivate

Referenced by create_processor().

◆ create_grouper()

MatchGrouperOP protocols::match::output::ProcessorFactory::create_grouper ( MatcherCOP  matcher,
MatcherTaskCOP  task,
UpstreamHitCacherOP  cacher 
)
staticprivate

◆ create_match_score_writer()

MatchScoreWriterOP protocols::match::output::ProcessorFactory::create_match_score_writer ( )
staticprivate

Referenced by create_processor().

◆ create_output_writer()

OutputWriterOP protocols::match::output::ProcessorFactory::create_output_writer ( MatcherCOP  matcher,
MatcherTaskCOP  task,
UpstreamHitCacherOP  cacher 
)
staticprivate

◆ create_processor()

MatchProcessorOP protocols::match::output::ProcessorFactory::create_processor ( MatcherCOP  matcher,
MatcherTaskCOP  task 
)
static

The documentation for this class was generated from the following files: