|
Rosetta 3.5
|
add a bond to ResidueType More...
#include <PatchOperation.hh>


Public Member Functions | |
| AddBond (std::string const &atom1_in, std::string const &atom2_in) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| add a bond 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 | atom1_ |
| atoms between which a bond is added More... | |
| std::string | atom2_ |
add a bond to ResidueType
Definition at line 450 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 454 of file PatchOperation.hh.
|
inlinevirtual |
add a bond
Implements core::chemical::PatchOperation.
Definition at line 464 of file PatchOperation.hh.
References core::chemical::ResidueType::add_bond(), atom1_, atom2_, core::chemical::ResidueType::has(), core::chemical::ResidueType::name(), and core::chemical::TR_PatchOperations().
Referenced by protocols::ligand_docking::AddHydrogen::apply().
|
private |
atoms between which a bond is added
Definition at line 479 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 480 of file PatchOperation.hh.
Referenced by apply().
1.8.4