|
Rosetta 3.5
|
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 |
| add a property 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 | property_ |
| property to be added More... | |
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)
Definition at line 235 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 239 of file PatchOperation.hh.
|
inlinevirtual |
add a property
Implements core::chemical::PatchOperation.
Definition at line 245 of file PatchOperation.hh.
References core::chemical::ResidueType::delete_property(), and property_.
|
private |
1.8.4