|
Rosetta 3.5
|
#include <APBSWrapper.hh>


Public Member Functions | |
| PQR (pose::Pose const &pose, int natoms, std::map< std::string, bool > const &charged_residues) | |
| virtual | ~PQR () |
| int | get_natoms () |
Public Attributes | |
| int | natoms_ |
| std::vector< double > | x |
| std::vector< double > | y |
| std::vector< double > | z |
| std::vector< double > | charge |
| std::vector< double > | radius |
Static Public Attributes | |
| static std::string const | chains |
| core::scoring::PQR::PQR | ( | pose::Pose const & | pose, |
| int | natoms, | ||
| std::map< std::string, bool > const & | charged_residues | ||
| ) |
Definition at line 143 of file APBSWrapper.cc.
References core::chemical::ResidueType::atom(), chains, charge, core::chemical::Atom::charge(), radius, core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::pose::Pose::total_residue(), x, y, and z.
|
virtual |
Definition at line 172 of file APBSWrapper.cc.
|
inline |
Definition at line 58 of file APBSWrapper.hh.
References natoms_.
|
static |
Definition at line 59 of file APBSWrapper.hh.
Referenced by PQR().
| std::vector<double> core::scoring::PQR::charge |
Definition at line 61 of file APBSWrapper.hh.
Referenced by PQR().
| int core::scoring::PQR::natoms_ |
Definition at line 60 of file APBSWrapper.hh.
Referenced by get_natoms().
| std::vector<double> core::scoring::PQR::radius |
Definition at line 61 of file APBSWrapper.hh.
Referenced by PQR().
| std::vector<double> core::scoring::PQR::x |
Definition at line 61 of file APBSWrapper.hh.
Referenced by PQR().
| std::vector<double> core::scoring::PQR::y |
Definition at line 61 of file APBSWrapper.hh.
Referenced by PQR().
| std::vector<double> core::scoring::PQR::z |
Definition at line 61 of file APBSWrapper.hh.
Referenced by PQR().
1.8.4