![]() |
Rosetta
2021.16
|
#include <ElectrostaticSimilarityMetric.hh>

Public Member Functions | |
| ElectrostaticSimilarityMetric () | |
| default constructor More... | |
| ~ElectrostaticSimilarityMetric () override=default | |
| SimpleMetricOP | clone () const override |
| std::string | name () const override |
| Name of the class. More... | |
| std::string | metric () const override |
| Name of the metric. More... | |
| utility::vector1< std::string > | get_metric_names () const override |
| Get the metric name(s) that this Metric will calculate. More... | |
| void | partially_solvated (bool partially_solvated) |
| void | residue_selector1 (select::residue_selector::ResidueSelectorCOP const &sel) |
| void | residue_selector2 (select::residue_selector::ResidueSelectorCOP const &sel) |
| void | report_all_es (bool report) |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
| parse xml More... | |
| std::map< std::string, core::Real > | calculate (pose::Pose const &pose) const override |
| Compute the overall electrostatic similarity of two surfaces. More... | |
Public Member Functions inherited from core::simple_metrics::CompositeRealMetric | |
| CompositeRealMetric () | |
| ~CompositeRealMetric () override | |
| CompositeRealMetric (CompositeRealMetric const &other) | |
| void | apply (std::string const &out_label, pose::Pose &pose, bool override_existing_data=false) const override |
| Calculate the metric and add it to the SimpleMetricData cache in the pose. labeled as out_label. More... | |
| std::map< std::string, core::Real > | cached_calculate (pose::Pose const &pose, bool use_cache, std::string prefix="", std::string suffix="", bool fail_on_missing_cache=true) const |
| Grab the data from the pose if it exists or calculate the metric. More... | |
Public Member Functions inherited from core::simple_metrics::SimpleMetric | |
| SimpleMetric (std::string const &simple_metric_type) | |
| ~SimpleMetric () override | |
| SimpleMetric (SimpleMetric const &other) | |
| SimpleMetric & | operator= (SimpleMetric const &) |
| void | apply (pose::Pose &pose, std::string const &prefix="", std::string const &suffix="", bool override_existing_data=false) const |
| Calculate the metric and add it to the Score, which is output into a scorefile - labeled as prefix+metric+suffix. More... | |
| void | set_custom_type (std::string const &custom_type) |
| std::string | get_custom_type () const |
| Additional setting to prefix/suffix. More... | |
| virtual void | parse_base_tag (utility::tag::TagCOP tag) |
| Parse the base class tag. Keep required interface for parse_my_tag. More... | |
| std::string | simple_metric_type () const |
| std::string | get_final_sm_type () const |
| Get the final name of this metric including its simple_metric_type_ name and any set custom type. More... | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | name_static () |
| Name of the class for creator. More... | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Static Public Member Functions inherited from core::simple_metrics::SimpleMetric | |
| static utility::tag::XMLSchemaComplexTypeGeneratorOP | complex_type_generator_for_simple_metric (utility::tag::XMLSchemaDefinition &) |
Private Member Functions | |
| void | setup_from_selectors (pose::Pose const &pose, scoring::sc::ElectrostaticSimilarityCalculator &esc) const |
| Uses residue selectors to set up the ElectrostaticSimilarityCalculator. More... | |
| core::simple_metrics::composite_metrics::ElectrostaticSimilarityMetric::ElectrostaticSimilarityMetric | ( | ) |
default constructor
Referenced by clone().
|
overridedefault |
|
overridevirtual |
Compute the overall electrostatic similarity of two surfaces.
Implements core::simple_metrics::CompositeRealMetric.
References core::scoring::sc::ElectrostaticSimilarityCalculator::Calc(), core::scoring::sc::ElectrostaticSimilarityResults::es_0_p, core::scoring::sc::ElectrostaticSimilarityResults::es_0_s, core::scoring::sc::ElectrostaticSimilarityResults::es_1_p, core::scoring::sc::ElectrostaticSimilarityResults::es_1_s, core::scoring::sc::ElectrostaticSimilarityCalculator::GetResults(), core::scoring::sc::ElectrostaticSimilarityCalculator::Init(), core::scoring::sc::ElectrostaticSimilarityCalculator::partially_solvated(), partially_solvated_, core::scoring::sc::ElectrostaticSimilarityCalculator::reference_pose(), reference_pose_, report_all_es_, core::scoring::sc::ElectrostaticSimilarityCalculator::selector1(), selector1_, core::scoring::sc::ElectrostaticSimilarityCalculator::selector2(), selector2_, and tr().
|
inlineoverridevirtual |
Implements core::simple_metrics::CompositeRealMetric.
References ElectrostaticSimilarityMetric().
|
overridevirtual |
Get the metric name(s) that this Metric will calculate.
Implements core::simple_metrics::CompositeRealMetric.
References report_all_es_.
|
overridevirtual |
Name of the metric.
Implements core::simple_metrics::CompositeRealMetric.
|
overridevirtual |
|
static |
Name of the class for creator.
Referenced by core::simple_metrics::composite_metrics::ElectrostaticSimilarityMetricCreator::keyname(), name(), and provide_xml_schema().
|
overridevirtual |
parse xml
Implements core::simple_metrics::CompositeRealMetric.
References core::select::residue_selector::get_residue_selector(), core::simple_metrics::SimpleMetric::parse_base_tag(), partially_solvated(), reference_pose_, report_all_es(), residue_selector1(), residue_selector2(), core::pose::saved_native_pose(), core::pose::saved_reference_pose(), and tr().
|
inline |
References partially_solvated(), and partially_solvated_.
Referenced by parse_my_tag(), and partially_solvated().
|
static |
References name_static(), core::scoring::sc::ElectrostaticComplementarityDefaults::PARTIALLY_SOLVATED, core::id::to_string(), and core::simple_metrics::xsd_simple_metric_type_definition_w_attributes().
Referenced by core::simple_metrics::composite_metrics::ElectrostaticSimilarityMetricCreator::provide_xml_schema().
|
inline |
References report_all_es_.
Referenced by parse_my_tag().
|
inline |
References selector1_.
Referenced by parse_my_tag().
|
inline |
References selector2_.
Referenced by parse_my_tag().
|
private |
Uses residue selectors to set up the ElectrostaticSimilarityCalculator.
| [in] | pose | Pose to be analyzed |
| [out] | esc | Initialized, empty ElectrostaticSimilarityCalculator, to which pose residues are added |
References core::scoring::sc::ElectrostaticSimilarityCalculator::AddResidue(), selector1_, selector2_, core::pose::Pose::size(), and tr().
|
private |
Referenced by calculate(), and partially_solvated().
|
private |
Referenced by calculate(), and parse_my_tag().
|
private |
Referenced by calculate(), get_metric_names(), and report_all_es().
|
private |
Referenced by calculate(), residue_selector1(), and setup_from_selectors().
|
private |
Referenced by calculate(), residue_selector2(), and setup_from_selectors().
1.8.7