|
Rosetta 3.5
|
#include <LeeRichards.hh>

Public Member Functions | |
| LeeRichards (PosePackDataOP pd, AccumulatorOP accum, core::Real spacing=0.33, core::Real probe_radius=1.4, bool csa=false, numeric::xyzVector< core::Real > plane=numeric::xyzVector< core::Real >(0, 0, 1)) | |
| LeeRichards (core::pose::Pose &pose, AccumulatorOP accum, core::Real spacing=0.33, core::Real probe_radius=1.4, bool csa=false, numeric::xyzVector< core::Real > plane=numeric::xyzVector< core::Real >(0, 0, 1)) | |
| ~LeeRichards () | |
| core::Size | find_first_slice (core::Real r) |
| core::Real | get_surface_area () const |
Private Member Functions | |
| core::Size | find_first_slice (core::Real r, core::Size beg, core::Size end) const |
| void | compute (Spheres &spheres, AccumulatorOP accum, core::Real spacing=0.33, core::Real probe_radius=1.4, bool csa=false, numeric::xyzVector< core::Real > plane=numeric::xyzVector< core::Real >(0, 0, 1)) |
Private Attributes | |
| core::Real | surface_area_ |
| utility::vector1< Circles > | circles_ |
| Slices | slices_ |
| Reals | slice_coords_ |
Definition at line 476 of file LeeRichards.hh.
| core::scoring::packstat::LeeRichards::LeeRichards | ( | PosePackDataOP | pd, |
| AccumulatorOP | accum, | ||
| core::Real | spacing = 0.33, |
||
| core::Real | probe_radius = 1.4, |
||
| bool | csa = false, |
||
| numeric::xyzVector< core::Real > | plane = numeric::xyzVector<core::Real>(0,0,1) |
||
| ) |
Definition at line 51 of file LeeRichards.cc.
| core::scoring::packstat::LeeRichards::LeeRichards | ( | core::pose::Pose & | pose, |
| AccumulatorOP | accum, | ||
| core::Real | spacing = 0.33, |
||
| core::Real | probe_radius = 1.4, |
||
| bool | csa = false, |
||
| numeric::xyzVector< core::Real > | plane = numeric::xyzVector<core::Real>(0,0,1) |
||
| ) |
Definition at line 62 of file LeeRichards.cc.
References core::conformation::Residue::atom_type(), core::chemical::AtomType::lj_radius(), core::conformation::Residue::nheavyatoms(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), and core::pose::Pose::xyz().
|
inline |
Definition at line 496 of file LeeRichards.hh.
References slices_.
|
private |
Definition at line 83 of file LeeRichards.cc.
References core::scoring::packstat::Sphere::aid, core::scoring::packstat::Sphere::radius, core::id::AtomID::rsd(), protocols::loops::stop, and core::scoring::packstat::Sphere::xyz.
|
inline |
Definition at line 501 of file LeeRichards.hh.
References slice_coords_.
Referenced by find_first_slice().
|
inlineprivate |
Definition at line 518 of file LeeRichards.hh.
References find_first_slice(), slice_coords_, and core::scoring::hbonds::t().
|
inline |
Definition at line 507 of file LeeRichards.hh.
References surface_area_.
|
private |
Definition at line 513 of file LeeRichards.hh.
|
private |
Definition at line 515 of file LeeRichards.hh.
Referenced by find_first_slice().
|
private |
Definition at line 514 of file LeeRichards.hh.
Referenced by ~LeeRichards().
|
private |
Definition at line 511 of file LeeRichards.hh.
Referenced by get_surface_area().
1.8.4