|
Rosetta 3.5
|
A class for loading arbitrary data into the XML parser's DataMap. More...
#include <ScoreFunctionLoader.hh>


Public Member Functions | |
| ScoreFunctionLoader () | |
| virtual | ~ScoreFunctionLoader () |
| virtual void | load_data (core::pose::Pose const &pose, utility::tag::TagPtr const tag, moves::DataMap &data) const |
| The ScoreFunctionLoader will create named ScoreFunctions and load them into the DataMap. More... | |
Public Member Functions inherited from protocols::jd2::parser::DataLoader | |
| DataLoader () | |
| virtual | ~DataLoader () |
A class for loading arbitrary data into the XML parser's DataMap.
Definition at line 35 of file ScoreFunctionLoader.hh.
| protocols::jd2::parser::ScoreFunctionLoader::ScoreFunctionLoader | ( | ) |
Definition at line 46 of file ScoreFunctionLoader.cc.
Referenced by protocols::jd2::parser::ScoreFunctionLoaderCreator::create_loader().
|
virtual |
Definition at line 47 of file ScoreFunctionLoader.cc.
|
virtual |
The ScoreFunctionLoader will create named ScoreFunctions and load them into the DataMap.
Implements protocols::jd2::parser::DataLoader.
Definition at line 49 of file ScoreFunctionLoader.cc.
References protocols::moves::DataMap::add(), core::scoring::backbone_stub_constraint, core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::FA_STANDARD_SOFT, core::scoring::methods::EnergyMethodOptions::pb_bound_tag(), core::scoring::PB_elec, core::scoring::ScoreFunction::reset(), and core::scoring::score_type_from_name().
1.8.4