|
Rosetta 3.5
|
#include <LeeRichards.hh>


Public Member Functions | |
| MultiProbePerSphereAccumulator (PosePackDataOP pd) | |
| PackingScoreResDataOP | compute_surrounding_sasa (XYZ ¢er) |
| virtual void | accumulate_area (core::id::AtomID id, core::Real area, bool) |
| virtual void | accumulate_dxdy (core::id::AtomID id, core::Real dx, core::Real dy, bool) |
| void | set_pr_idx (Size pr_idx) |
| void | show (std::ostream &out) |
| core::Size | get_pr_idx () |
Public Attributes | |
| core::id::AtomID_Map < LR_MP_AtomData > | atom_map_ |
| core::Size | pr_idx_ |
| PosePackDataOP | pd_ |
Definition at line 144 of file LeeRichards.hh.
|
inline |
Definition at line 145 of file LeeRichards.hh.
References atom_map_.
Referenced by core::scoring::packstat::compute_packing_score_leerichards().
|
inlinevirtual |
Implements core::scoring::packstat::Accumulator.
Definition at line 151 of file LeeRichards.hh.
|
inlinevirtual |
Implements core::scoring::packstat::Accumulator.
Definition at line 154 of file LeeRichards.hh.
| PackingScoreResDataOP core::scoring::packstat::MultiProbePerSphereAccumulator::compute_surrounding_sasa | ( | XYZ & | center) |
Definition at line 421 of file LeeRichards.cc.
References atom_map_, pd_, and core::scoring::packstat::Sphere::xyz.
|
inline |
Definition at line 177 of file LeeRichards.hh.
References pr_idx_.
|
inline |
Definition at line 161 of file LeeRichards.hh.
References pr_idx_.
|
inline |
Definition at line 165 of file LeeRichards.hh.
| core::id::AtomID_Map<LR_MP_AtomData> core::scoring::packstat::MultiProbePerSphereAccumulator::atom_map_ |
Definition at line 178 of file LeeRichards.hh.
Referenced by accumulate_area(), accumulate_dxdy(), compute_surrounding_sasa(), MultiProbePerSphereAccumulator(), and show().
| PosePackDataOP core::scoring::packstat::MultiProbePerSphereAccumulator::pd_ |
Definition at line 180 of file LeeRichards.hh.
Referenced by compute_surrounding_sasa(), and show().
| core::Size core::scoring::packstat::MultiProbePerSphereAccumulator::pr_idx_ |
Definition at line 179 of file LeeRichards.hh.
Referenced by accumulate_area(), accumulate_dxdy(), get_pr_idx(), and set_pr_idx().
1.8.4