![]() |
Rosetta
2021.16
|
RDFEtableFunction computes fa_sol,fa_rep,fa_atr for a pair of atoms. More...
#include <StandardRDFFunctions.hh>

Public Member Functions | |
| RDFEtableFunction () | |
| ~RDFEtableFunction () override | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data_map) override |
| parse tags for RDFEtableFunction tag More... | |
| RDFResultList | operator() (AtomPairData const &atom_data) override |
| compute atr, rep and solvation energy for atom pair More... | |
Public Member Functions inherited from protocols::ligand_docking::rdf::RDFBase | |
| RDFBase (std::string const &name) | |
| ~RDFBase () override | |
| virtual void | preamble (core::pose::Pose &) |
| If you have code that needs to be run once per pose (for data caching, etc), put it here. More... | |
| void | add_function_name (std::string const &name) |
| add a function name to the list More... | |
| utility::vector1< std::string > | get_function_names () |
| get a list of all the function names which will be present in RDFResultList after operator() is called More... | |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| core::scoring::etable::AnalyticEtableEvaluatorOP | etable_evaluator_ |
Additional Inherited Members | |
Public Types inherited from protocols::ligand_docking::rdf::RDFBase | |
| enum | FunctionSign { LigandPlusProteinMinus, LigandMinusProteinPlus, SameSign } |
| an enum of the possible states that a signed RDF can have More... | |
RDFEtableFunction computes fa_sol,fa_rep,fa_atr for a pair of atoms.
| protocols::ligand_docking::rdf::RDFEtableFunction::RDFEtableFunction | ( | ) |
|
overridedefault |
|
static |
Referenced by provide_xml_schema(), and protocols::ligand_docking::rdf::RDFEtableCreator::type_name().
|
overridevirtual |
compute atr, rep and solvation energy for atom pair
Implements protocols::ligand_docking::rdf::RDFBase.
References etable_evaluator_, protocols::ligand_docking::rdf::AtomPairData::ligand_atom, and protocols::ligand_docking::rdf::AtomPairData::protein_atom.
|
overridevirtual |
parse tags for RDFEtableFunction tag
Implements protocols::ligand_docking::rdf::RDFBase.
References etable_evaluator_.
|
static |
|
private |
Referenced by operator()(), and parse_my_tag().
1.8.7