|
| core::id::AtomID_Map< core::Real > | core::scoring::atomic_depth::atomic_depth (pose::Pose const &pose, Real probe_radius, bool poly_leu_depth, Real resolution) |
| | Calculate depth of all atoms from edge of Sasa surface. More...
|
| |
| core::id::AtomID_Map< core::Real > | core::scoring::atomic_depth::atomic_depth (pose::Pose const &pose, AtomicDepthOP &depth, Real probe_radius, bool poly_leu_depth, Real resolution) |
| | Calculate depth of all atoms from edge of Sasa surface. If atomic_depth is a nullptr, will create one and return it. Note that probe_radius is ignored if atomic_depth is not null. More...
|
| |
| core::id::AtomID_Map< core::Real > | core::scoring::atomic_depth::atomic_depth (pose::Pose const &pose, core::id::AtomID_Map< bool > depth_atoms, Real probe_radius, bool poly_leu_depth, Real resolution) |
| | Calculate depth of certain atoms from edge of Sasa surface. More...
|
| |
| core::id::AtomID_Map< core::Real > | core::scoring::atomic_depth::atomic_depth (pose::Pose const &pose, core::id::AtomID_Map< bool > depth_atoms, AtomicDepthOP &depth, Real probe_radius, bool poly_leu_depth, Real resolution) |
| | Calculate depth of certain atoms from edge of Sasa surface. If atomic_depth is a nullptr, will create one and return it. Note that probe_radius is ignored if atomic_depth is not null. More...
|
| |
| core::id::AtomID_Map< bool > | core::scoring::atomic_depth::atoms_deeper_than (pose::Pose const &pose, Real threshold, bool invert, Real probe_radius, bool poly_leu_depth, Real resolution) |
| | Find all atoms deeper than threshold from the edge of the sasa surface. More...
|
| |