|
static basic::Tracer | TR ("core.scoring.xml_util") |
|
core::scoring::ScoreFunctionOP | core::scoring::parse_score_function (utility::tag::TagCOP tag, std::string const &option_name, basic::datacache::DataMap const &data, std::string const &dflt_key="commandline") |
| Look up the score function defined in the <SCOREFXNS> through the given option. Defaults to 'commandline'. More...
|
|
core::scoring::ScoreFunctionOP | core::scoring::parse_score_function (utility::tag::TagCOP tag, basic::datacache::DataMap const &data, std::string const &dflt_key="commandline") |
| Look up the score function defined in the <SCOREFXNS> through the option 'scorefxn='. Defaults to 'commandline'. More...
|
|
std::string | core::scoring::get_score_function_name (utility::tag::TagCOP tag, std::string const &option_name) |
| Look up the name of assigned score function to the given option. Use this to prevent hard coding default score functions into protocols. More...
|
|
std::string | core::scoring::get_score_function_name (utility::tag::TagCOP tag) |
| Look up the name of assigned score function to the 'scorefxn=' option. Use this to prevent hard coding default score functions into protocols. More...
|
|
void | core::scoring::attributes_for_get_score_function_name (utility::tag::AttributeList &attributes) |
| Get attributes ( i.e. options ) for movers to build xml schemas. More...
|
|
void | core::scoring::attributes_for_get_score_function_name (utility::tag::AttributeList &attributes, std::string const &option_name) |
| Appends the attributes read by get_score_function_name w/ name argument. More...
|
|
void | core::scoring::attributes_for_get_score_function_name_w_description (utility::tag::AttributeList &attributes, std::string const &description) |
| Appends the attributes read by get_score_function_name. More...
|
|
void | core::scoring::attributes_for_get_score_function_name_w_description (utility::tag::AttributeList &attributes, std::string const &option_name, std::string const &description) |
| Appends the attributes read by get_score_function_name w/ name argument. More...
|
|
void | core::scoring::attributes_for_parse_score_function (utility::tag::AttributeList &attributes) |
| Appends the attributes read by parse_score_function. More...
|
|
void | core::scoring::attributes_for_parse_score_function (utility::tag::AttributeList &attributes, std::string const &sfxn_option_name) |
| Appends the attributes read by parse_score_function w/ name argument. More...
|
|
void | core::scoring::attributes_for_parse_score_function_w_description (utility::tag::AttributeList &attributes, std::string const &description) |
| Appends the attributes read by parse_score_function with description. More...
|
|
void | core::scoring::attributes_for_parse_score_function_w_description (utility::tag::AttributeList &attributes, std::string const &sfxn_option_name, std::string const &description) |
| Appends the attributes read by parse_score_function w/ name argument and description. More...
|
|
void | core::scoring::attributes_for_parse_score_function_w_description_when_required (utility::tag::AttributeList &attributes, std::string const &sfxn_option_name, std::string const &description="") |
| Appends the attributes read by parse_score_function w/ name argument and description. More...
|
|