![]() |
Rosetta Protocols
2014.35
|
RDFOrbitalFunction computes the orbital score energies of a pair of atoms. More...
#include <StandardRDFFunctions.hh>
Public Member Functions | |
RDFOrbitalFunction () | |
virtual | ~RDFOrbitalFunction () |
virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data_map) |
parse tags for RDFOrbitalFunction tag More... | |
virtual RDFResultList | operator() (AtomPairData const &atom_data) |
compute binary hbond status for atom pair More... | |
virtual void | preamble (core::pose::Pose &pose) |
update residue neighbors and cache current pose More... | |
![]() | |
RDFBase (std::string const &name) | |
virtual | ~RDFBase () |
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... | |
Private Attributes | |
core::pose::PoseAP | pose_ |
core::scoring::orbitals::OrbitalsScoreOP | orbital_score_ |
Additional Inherited Members | |
![]() | |
enum | FunctionSign { LigandPlusProteinMinus, LigandMinusProteinPlus, SameSign } |
an enum of the possible states that a signed RDF can have More... | |
RDFOrbitalFunction computes the orbital score energies of a pair of atoms.
protocols::ligand_docking::rdf::RDFOrbitalFunction::RDFOrbitalFunction | ( | ) |
|
virtual |
|
virtual |
compute binary hbond status for atom pair
Implements protocols::ligand_docking::rdf::RDFBase.
References core::scoring::EMapVector::clear(), protocols::ligand_docking::rdf::AtomPairData::ligand_atom_id, orbital_score_, core::scoring::orbitals_hpol_bb, core::scoring::pci_cation_pi, core::scoring::pci_hbond, core::scoring::pci_pi_pi, core::scoring::pci_salt_bridge, pose_, and protocols::ligand_docking::rdf::AtomPairData::protein_atom_id.
|
virtual |
parse tags for RDFOrbitalFunction tag
Implements protocols::ligand_docking::rdf::RDFBase.
|
virtual |
update residue neighbors and cache current pose
Reimplemented from protocols::ligand_docking::rdf::RDFBase.
References orbital_score_, pose_, and core::pose::Pose::update_residue_neighbors().
|
private |
Referenced by operator()(), and preamble().
|
private |
Referenced by operator()(), and preamble().