![]() |
Rosetta
2021.16
|
#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_ |
| typedef std::map< std::string, ScoringSchemeOP > core::sequence::ScoringSchemeFactory::ScoringSchemeTypes |
| core::sequence::ScoringSchemeFactory::ScoringSchemeFactory | ( | void | ) |
References add_type().
| void core::sequence::ScoringSchemeFactory::add_type | ( | ScoringSchemeOP | new_scheme | ) |
| ScoringSchemeOP core::sequence::ScoringSchemeFactory::get_scoring_scheme | ( | std::string const & | type | ) | const |
References scheme_types_.
Referenced by protocols::frag_picker::scores::MakeScoreEValuator::make(), and protocols::frag_picker::scores::MakeProfileScore::make().
| ScoringSchemeTypes core::sequence::ScoringSchemeFactory::scheme_types_ |
Referenced by add_type(), and get_scoring_scheme().
1.8.7