|
Rosetta 3.5
|
#include <MetricValueGetter.hh>

Public Member Functions | |
| MetricValueGetter () | |
| MetricValueGetter (std::string const &calculator, std::string const &key, basic::MetricValueBaseCOP metric_value_template) | |
| MetricValueGetter (MetricValueGetter const &getter) | |
| ~MetricValueGetter () | |
| MetricValueGetter const & | operator= (MetricValueGetter const &getter) |
| std::string const & | calculator () const |
| void | calculator (std::string const &calculatr) |
| std::string const & | key () const |
| void | key (std::string const &key) |
| basic::MetricValueBaseCOP | metric_value_template () const |
| void | metric_value_template (basic::MetricValueBaseCOP metric_value_template) |
| basic::MetricValueBaseOP | get (core::pose::Pose const &pose) const |
Private Attributes | |
| std::string | calculator_ |
| std::string | key_ |
| basic::MetricValueBaseCOP | metric_value_template_ |
Definition at line 33 of file MetricValueGetter.hh.
| protocols::toolbox::pose_metric_calculators::MetricValueGetter::MetricValueGetter | ( | ) |
Definition at line 25 of file MetricValueGetter.cc.
| protocols::toolbox::pose_metric_calculators::MetricValueGetter::MetricValueGetter | ( | std::string const & | calculator, |
| std::string const & | key, | ||
| basic::MetricValueBaseCOP | metric_value_template | ||
| ) |
Definition at line 31 of file MetricValueGetter.cc.
| protocols::toolbox::pose_metric_calculators::MetricValueGetter::MetricValueGetter | ( | MetricValueGetter const & | getter) |
Definition at line 41 of file MetricValueGetter.cc.
| protocols::toolbox::pose_metric_calculators::MetricValueGetter::~MetricValueGetter | ( | ) |
Definition at line 48 of file MetricValueGetter.cc.
| std::string const & protocols::toolbox::pose_metric_calculators::MetricValueGetter::calculator | ( | ) | const |
Definition at line 64 of file MetricValueGetter.cc.
References calculator_.
Referenced by calculator(), and operator=().
| void protocols::toolbox::pose_metric_calculators::MetricValueGetter::calculator | ( | std::string const & | calculatr) |
Definition at line 70 of file MetricValueGetter.cc.
References calculator(), and calculator_.
| basic::MetricValueBaseOP protocols::toolbox::pose_metric_calculators::MetricValueGetter::get | ( | core::pose::Pose const & | pose) | const |
Definition at line 106 of file MetricValueGetter.cc.
References calculator_, key_, core::pose::Pose::metric(), and metric_value_template_.
| std::string const & protocols::toolbox::pose_metric_calculators::MetricValueGetter::key | ( | ) | const |
Definition at line 78 of file MetricValueGetter.cc.
References key_.
Referenced by key(), and operator=().
| void protocols::toolbox::pose_metric_calculators::MetricValueGetter::key | ( | std::string const & | key) |
Definition at line 84 of file MetricValueGetter.cc.
| basic::MetricValueBaseCOP protocols::toolbox::pose_metric_calculators::MetricValueGetter::metric_value_template | ( | ) | const |
Definition at line 92 of file MetricValueGetter.cc.
References metric_value_template_.
Referenced by metric_value_template(), and operator=().
| void protocols::toolbox::pose_metric_calculators::MetricValueGetter::metric_value_template | ( | basic::MetricValueBaseCOP | metric_value_template) |
Definition at line 98 of file MetricValueGetter.cc.
References metric_value_template(), and metric_value_template_.
| MetricValueGetter const & protocols::toolbox::pose_metric_calculators::MetricValueGetter::operator= | ( | MetricValueGetter const & | getter) |
Definition at line 52 of file MetricValueGetter.cc.
References calculator(), calculator_, key(), key_, metric_value_template(), and metric_value_template_.
|
private |
Definition at line 87 of file MetricValueGetter.hh.
Referenced by calculator(), get(), and operator=().
|
private |
Definition at line 88 of file MetricValueGetter.hh.
Referenced by get(), key(), and operator=().
|
private |
Definition at line 89 of file MetricValueGetter.hh.
Referenced by get(), metric_value_template(), and operator=().
1.8.4