|
Rosetta 3.5
|
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
Definition at line 415 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 419 of file PatchOperation.hh.
|
inlinevirtual |
add an atom
Implements core::chemical::PatchOperation.
Definition at line 433 of file PatchOperation.hh.
References core::chemical::ResidueType::add_atom(), atom_name_, atom_type_name_, charge_, and mm_atom_type_name_.
Referenced by protocols::ligand_docking::AddHydrogen::apply().
|
private |
Definition at line 442 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 443 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 445 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 444 of file PatchOperation.hh.
Referenced by apply().
1.8.4