|
| | RDKitMetric () |
| | Constructors ///. More...
|
| |
| | RDKitMetric (core::select::residue_selector::ResidueSelectorCOP residue, std::string const &metric_name) |
| |
| void | residue_selector (core::select::residue_selector::ResidueSelectorCOP residue) |
| |
| core::select::residue_selector::ResidueSelectorCOP | residue_selector () const |
| |
| void | rdkit_metric (std::string const &setting) |
| |
| std::string const & | rdkit_metric () const |
| |
| core::Real | calculate (core::pose::Pose const &pose) const override |
| | Metric Methods ///. More...
|
| |
| std::string | name () const override |
| | Name of the class. More...
|
| |
| std::string | metric () const override |
| | Name of the metric. More...
|
| |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
| | called by parse_my_tag – should not be used directly More...
|
| |
| core::simple_metrics::SimpleMetricOP | clone () const override |
| |
| | RealMetric () |
| |
| | ~RealMetric () override |
| |
| | RealMetric (RealMetric const &other) |
| |
| RealMetric & | operator= (RealMetric const &) |
| |
| 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 pose as a score. labeled as out_label. More...
|
| |
| 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...
|
| |
| utility::vector1< std::string > | get_metric_names () const override |
| | Get the metric name(s) that this Metric will calculate. More...
|
| |
| | 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...
|
| |
A SimpleMetric which measures properties calcualted by RDKit on a ligand.