![]() |
Rosetta Core
2014.35
|
delete a property from ResidueType Added by Andy M. Chen in June 2009 This is needed for deleting properties, which occurs in certain PTM's (e.g. methylation) More...
#include <PatchOperation.hh>
Public Member Functions | |
DeleteProperty (std::string const &property_in) | |
constructor More... | |
bool | apply (ResidueType &rsd) const |
delete a property More... | |
![]() | |
virtual | ~PatchOperation () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Private Attributes | |
std::string | property_ |
delete a property from ResidueType Added by Andy M. Chen in June 2009 This is needed for deleting properties, which occurs in certain PTM's (e.g. methylation)
core::chemical::DeleteProperty::DeleteProperty | ( | std::string const & | property_in | ) |
constructor
|
virtual |
delete a property
add a property
Implements core::chemical::PatchOperation.
References core::chemical::ResidueType::delete_property(), and property_.
|
private |
Referenced by apply().