![]() |
Rosetta Core
2014.35
|
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... | |
![]() | |
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
core::chemical::DeleteAtom::DeleteAtom | ( | std::string const & | atom_name_in | ) |
constructor
|
virtual |
delete an atom from ResidueType rsd
Implements core::chemical::PatchOperation.
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
Referenced by apply().