|
Rosetta 3.5
|
set an atom's charge More...
#include <PatchOperation.hh>


Public Member Functions | |
| SetAtomicCharge (std::string const &atom_name_in, Real const charge_in) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| set an atom's charge More... | |
Public Member Functions inherited from core::chemical::PatchOperation | |
| virtual | ~PatchOperation () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Private Attributes | |
| std::string | atom_name_ |
| atom's name More... | |
| Real | charge_ |
| atom's charge More... | |
set an atom's charge
Definition at line 486 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 490 of file PatchOperation.hh.
|
virtual |
set an atom's charge
Implements core::chemical::PatchOperation.
Definition at line 45 of file PatchOperation.cc.
References core::chemical::ResidueType::atom(), atom_name_, core::chemical::Atom::charge(), charge_, core::chemical::ResidueType::has(), core::chemical::ResidueType::name(), and core::chemical::TR_PatchOperations().
|
private |
|
private |
1.8.4