![]() |
Rosetta Core
2014.16.56682
|
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
| core::chemical::AddBond::AddBond | ( | std::string const & | atom1_in, |
| std::string const & | atom2_in | ||
| ) |
constructor
|
virtual |
add a bond
Implements core::chemical::PatchOperation.
References core::chemical::ResidueType::add_bond(), atom1_, atom2_, core::chemical::ResidueType::has(), core::chemical::ResidueType::name(), and core::chemical::TR_PatchOperations.
|
private |
atoms between which a bond is added
Referenced by apply().
|
private |
Referenced by apply().
1.8.7