![]() |
Rosetta
2021.16
|
#include <PoseBallsLite.hh>

Public Member Functions | |
| ~PoseBallsLite () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| PoseBallsLite (core::pose::Pose const &pose, core::Size Hmode=0, bool ignore_water=true) | |
| PoseBallsLite (core::pose::Pose const &pose, core::id::AtomID_Mask const &whichatoms) | |
| core::Size const & | nballs () const |
| core::Size const & | id_to_index (core::id::AtomID const &aid) const |
| core::id::AtomID const & | index_to_id (core::Size const &index) const |
| Ball const & | ball (core::Size const &index) const |
| Ball const & | ball (core::id::AtomID const &id) const |
| Ball & | ball (core::Size const &index) |
| Ball & | ball (core::id::AtomID const &id) |
| core::Size const & | atom_num (core::Size const &index) const |
| core::Size const & | res_num (core::Size const &index) const |
Private Attributes | |
| core::Size | nballs_ |
| core::id::AtomID_Map< Size > | id_to_index_ |
| utility::vector1 < core::id::AtomID > | index_to_id_ |
| utility::vector1< Ball > | balls_ |
| utility::vector1< core::Size > | atom_num_ |
| utility::vector1< core::Size > | res_num_ |
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
| core::scoring::packing::PoseBallsLite::PoseBallsLite | ( | core::pose::Pose const & | pose, |
| core::Size | Hmode = 0, |
||
| bool | ignore_water = true |
||
| ) |
References core::conformation::Residue::atom_type(), core::pose::initialize_atomid_map(), core::chemical::AtomType::is_hydrogen(), core::chemical::AtomType::is_polar_hydrogen(), core::conformation::Residue::is_virtual(), core::chemical::AtomType::lj_radius(), core::conformation::Residue::natoms(), core::pose::Pose::pdb_info(), core::pose::Pose::residue(), core::pose::Pose::size(), and core::pose::Pose::xyz().
| core::scoring::packing::PoseBallsLite::PoseBallsLite | ( | core::pose::Pose const & | pose, |
| core::id::AtomID_Mask const & | whichatoms | ||
| ) |
|
inline |
References atom_num_.
Referenced by core::scoring::packing::initialize_AtomID_Map().
|
inline |
References balls_.
Referenced by core::scoring::packing::get_surf_tot(), and core::scoring::packing::get_surf_vol().
|
inline |
References balls_, and id_to_index_.
|
inline |
References balls_.
|
inline |
References balls_, and id_to_index_.
|
inline |
References id_to_index_.
|
inline |
References index_to_id_.
Referenced by core::scoring::packing::get_surf_vol().
|
inline |
References nballs_.
Referenced by core::scoring::packing::get_surf_tot(), core::scoring::packing::get_surf_vol(), and core::scoring::packing::initialize_AtomID_Map().
|
inline |
References res_num_.
Referenced by core::scoring::packing::initialize_AtomID_Map().
|
private |
Referenced by atom_num().
|
private |
Referenced by ball(), and id_to_index().
|
private |
Referenced by index_to_id().
|
private |
Referenced by nballs().
|
private |
Referenced by res_num().
1.8.7