|
Rosetta 3.5
|
delete an atom More...
#include <PatchOperation.hh>


Public Member Functions | |
| DeleteAtom (std::string const &atom_name_in) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| delete an atom from ResidueType rsd 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_ |
| name of the atom to be deleted More... | |
delete an atom
Definition at line 57 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 61 of file PatchOperation.hh.
|
inlinevirtual |
delete an atom from ResidueType rsd
Implements core::chemical::PatchOperation.
Definition at line 67 of file PatchOperation.hh.
References atom_name_, core::chemical::ResidueType::delete_atom(), core::chemical::ResidueType::has(), core::chemical::ResidueType::name(), and core::chemical::TR_PatchOperations().
|
private |
name of the atom to be deleted
Definition at line 82 of file PatchOperation.hh.
Referenced by apply().
1.8.4