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

Public Member Functions | |
| PBLifetimeCache () | |
| ~PBLifetimeCache () override | |
| basic::datacache::CacheableDataOP | clone () const override |
| void | set_charged_residues_map (const std::map< std::string, bool > &charged_residues_map) |
| void | set_energy_state (const std::string &energy_state) |
| void | set_conformational_data (const std::string &energy_state, const core::pose::Pose &pose, core::scoring::PoissonBoltzmannPotentialOP pb) |
| bool | has_cache (const std::string &energy_state) const |
| std::map< std::string, bool > & | get_charged_residues_map () |
| const std::string & | get_energy_state () const |
| core::pose::PoseCOP | get_pose (const std::string &energy_state) |
| core::scoring::PoissonBoltzmannPotentialOP | get_pbp (const std::string &energy_state) |
Private Attributes | |
| std::map< std::string, bool > | charged_residues_map_ |
| std::map< std::string, core::pose::PoseCOP > | pose_by_state_ |
| std::map< std::string, core::scoring::PoissonBoltzmannPotentialOP > | pb_by_state_ |
| std::string | energy_state_ |
|
default |
|
overridedefault |
|
override |
| std::map< std::string, bool > & core::energy_methods::PBLifetimeCache::get_charged_residues_map | ( | ) |
References charged_residues_map_.
| const std::string & core::energy_methods::PBLifetimeCache::get_energy_state | ( | ) | const |
References energy_state_.
| core::scoring::PoissonBoltzmannPotentialOP core::energy_methods::PBLifetimeCache::get_pbp | ( | const std::string & | energy_state | ) |
References pb_by_state_.
| core::pose::PoseCOP core::energy_methods::PBLifetimeCache::get_pose | ( | const std::string & | energy_state | ) |
References pose_by_state_.
| bool core::energy_methods::PBLifetimeCache::has_cache | ( | const std::string & | energy_state | ) | const |
References pb_by_state_, and pose_by_state_.
| void core::energy_methods::PBLifetimeCache::set_charged_residues_map | ( | const std::map< std::string, bool > & | charged_residues_map | ) |
References charged_residues_map_.
| void core::energy_methods::PBLifetimeCache::set_conformational_data | ( | const std::string & | energy_state, |
| const core::pose::Pose & | pose, | ||
| core::scoring::PoissonBoltzmannPotentialOP | pb | ||
| ) |
References pb_by_state_, and pose_by_state_.
| void core::energy_methods::PBLifetimeCache::set_energy_state | ( | const std::string & | energy_state | ) |
References energy_state_.
|
private |
Referenced by get_charged_residues_map(), and set_charged_residues_map().
|
private |
Referenced by get_energy_state(), and set_energy_state().
|
private |
Referenced by get_pbp(), has_cache(), and set_conformational_data().
|
private |
Referenced by get_pose(), has_cache(), and set_conformational_data().
1.8.7