|
Rosetta 3.5
|
#include <ScoringSchemeFactory.hh>

Public Types | |
| typedef std::map< std::string, ScoringSchemeOP > | ScoringSchemeTypes |
Public Member Functions | |
| ScoringSchemeFactory (void) | |
| void | add_type (ScoringSchemeOP new_scheme) |
| adds a ScoringSchemeOP More... | |
| ScoringSchemeOP | get_scoring_scheme (std::string const &type) const |
Public Attributes | |
| ScoringSchemeTypes | scheme_types_ |
Definition at line 26 of file ScoringSchemeFactory.hh.
| typedef std::map< std::string, ScoringSchemeOP > core::sequence::ScoringSchemeFactory::ScoringSchemeTypes |
Definition at line 34 of file ScoringSchemeFactory.hh.
| core::sequence::ScoringSchemeFactory::ScoringSchemeFactory | ( | void | ) |
Definition at line 55 of file ScoringSchemeFactory.cc.
References add_type().
| void core::sequence::ScoringSchemeFactory::add_type | ( | ScoringSchemeOP | new_scheme) |
adds a ScoringSchemeOP
Definition at line 35 of file ScoringSchemeFactory.cc.
References scheme_types_.
Referenced by ScoringSchemeFactory().
| ScoringSchemeOP core::sequence::ScoringSchemeFactory::get_scoring_scheme | ( | std::string const & | type) | const |
Definition at line 41 of file ScoringSchemeFactory.cc.
References scheme_types_.
Referenced by protocols::frag_picker::scores::MakeScoreEValuator::make(), and protocols::frag_picker::scores::MakeProfileScore::make().
| ScoringSchemeTypes core::sequence::ScoringSchemeFactory::scheme_types_ |
Definition at line 35 of file ScoringSchemeFactory.hh.
Referenced by add_type(), and get_scoring_scheme().
1.8.4