![]() |
Rosetta Core
2014.16.56682
|
add an atom to ResidueType More...
#include <PatchOperation.hh>
Public Member Functions | |
| AddAtom (std::string const &atom_name_in, std::string const &atom_type_name_in, std::string const &mm_atom_type_name_in, Real const charge) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| add an atom 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_ |
| std::string | atom_type_name_ |
| std::string | mm_atom_type_name_ |
| Real const | charge_ |
add an atom to ResidueType
| core::chemical::AddAtom::AddAtom | ( | std::string const & | atom_name_in, |
| std::string const & | atom_type_name_in, | ||
| std::string const & | mm_atom_type_name_in, | ||
| Real const | charge | ||
| ) |
constructor
|
virtual |
add an atom
Implements core::chemical::PatchOperation.
References core::chemical::ResidueType::add_atom(), atom_name_, atom_type_name_, charge_, core::chemical::ResidueType::has(), mm_atom_type_name_, core::chemical::ResidueType::name(), and core::chemical::TR_PatchOperations.
Referenced by core::util::add_covalent_linkage_helper().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
1.8.7