|
Rosetta 3.5
|
#include <SurfaceCalculator.hh>


Public Member Functions | |
| SurfaceCalculator (bool remove_nonprotein_res=false) | |
| ~SurfaceCalculator () | |
| 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) |
Public Member Functions inherited from core::pose::metrics::PoseMetricCalculator | |
| PoseMetricCalculator () | |
| virtual void | notify_energy_change () |
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) |
Private Attributes | |
| core::Real | total_surface_energy_ |
| bool | remove_nonprotein_res_ |
| utility::vector1< core::Real > | residue_surface_energy_ |
Definition at line 31 of file SurfaceCalculator.hh.
| protocols::toolbox::pose_metric_calculators::SurfaceCalculator::SurfaceCalculator | ( | bool | remove_nonprotein_res = false) |
Definition at line 42 of file SurfaceCalculator.cc.
Referenced by clone().
| protocols::toolbox::pose_metric_calculators::SurfaceCalculator::~SurfaceCalculator | ( | ) |
Definition at line 46 of file SurfaceCalculator.cc.
|
inlinevirtual |
Implements core::pose::metrics::PoseMetricCalculator.
Definition at line 40 of file SurfaceCalculator.hh.
References remove_nonprotein_res_, and SurfaceCalculator().
|
protectedvirtual |
Implements core::pose::metrics::StructureDependentCalculator.
Definition at line 49 of file SurfaceCalculator.cc.
References residue_surface_energy_, and total_surface_energy_.
|
protectedvirtual |
Implements core::pose::metrics::StructureDependentCalculator.
Definition at line 68 of file SurfaceCalculator.cc.
References residue_surface_energy_, and total_surface_energy_.
|
protectedvirtual |
Implements core::pose::metrics::StructureDependentCalculator.
Definition at line 99 of file SurfaceCalculator.cc.
References core::chemical::ResidueType::is_protein(), protocols::toolbox::pose_manipulation::remove_non_protein_residues(), remove_nonprotein_res_, residue_surface_energy_, core::pose::Pose::residue_type(), core::pose::Pose::total_residue(), and total_surface_energy_.
|
private |
Definition at line 51 of file SurfaceCalculator.hh.
Referenced by clone(), and recompute().
|
private |
Definition at line 52 of file SurfaceCalculator.hh.
Referenced by lookup(), print(), and recompute().
|
private |
Definition at line 50 of file SurfaceCalculator.hh.
Referenced by lookup(), print(), and recompute().
1.8.4