![]() |
Rosetta Protocols
2014.16.56682
|
#include <ExplicitWaterUnsatisfiedPolarsCalculator.hh>
Public Member Functions | |
| ExplicitWaterUnsatisfiedPolarsCalculator (core::scoring::ScoreFunctionOP scorefxn) | |
| default constructor sets shell_cutoff to 4.0. More... | |
| ExplicitWaterUnsatisfiedPolarsCalculator (core::scoring::ScoreFunctionOP scorefxn, core::Real shell_cutoff) | |
| constructor user defined water shell max distance More... | |
| core::pose::metrics::PoseMetricCalculatorOP | clone () const |
Public Member Functions inherited from core::pose::metrics::StructureDependentCalculator | |
| StructureDependentCalculator () | |
| void | notify_structure_change () |
| void | get (std::string const &key, basic::MetricValueBase &val, Pose const &this_pose) |
| std::string | get (std::string const &key, Pose const &this_pose) |
Protected Member Functions | |
| virtual void | lookup (std::string const &key, basic::MetricValueBase *valptr) const |
| virtual std::string | print (std::string const &key) const |
| virtual void | recompute (core::pose::Pose const &this_pose) |
| this should just be called "compute" More... | |
Private Attributes | |
| core::Real | shell_cutoff_ |
| core::Size | all_unsat_polars_ |
| core::scoring::ScoreFunctionOP | scorefxn_ |
| protocols::toolbox::pose_metric_calculators::ExplicitWaterUnsatisfiedPolarsCalculator::ExplicitWaterUnsatisfiedPolarsCalculator | ( | core::scoring::ScoreFunctionOP | scorefxn | ) |
default constructor sets shell_cutoff to 4.0.
| protocols::toolbox::pose_metric_calculators::ExplicitWaterUnsatisfiedPolarsCalculator::ExplicitWaterUnsatisfiedPolarsCalculator | ( | core::scoring::ScoreFunctionOP | scorefxn, |
| core::Real | shell_cutoff | ||
| ) |
constructor user defined water shell max distance
|
inline |
|
protectedvirtual |
Implements core::pose::metrics::StructureDependentCalculator.
References all_unsat_polars_, basic::check_cast(), basic::Error(), and utility_exit.
|
protectedvirtual |
Implements core::pose::metrics::StructureDependentCalculator.
References all_unsat_polars_, basic::Error(), utility::to_string(), and utility_exit.
|
protectedvirtual |
this should just be called "compute"
Implements core::pose::metrics::StructureDependentCalculator.
References all_unsat_polars_, core::conformation::ResidueFactory::create_residue(), protocols::toolbox::pose_metric_calculators::dock_waters_to_atom(), fa_sol, protocols::toolbox::pose_metric_calculators::find_res_unsat_polars(), core::pose::Pose::residue(), core::conformation::Residue::residue_type_set(), scorefxn_, shell_cutoff_, and core::pose::Pose::total_residue().
|
private |
Referenced by lookup(), print(), and recompute().
|
private |
Referenced by recompute().
|
private |
Referenced by recompute().
1.8.7