![]() |
Rosetta Core
2014.16.56682
|
set atom's MM chemical type More...
#include <PatchOperation.hh>
Public Member Functions | |
| SetMMAtomType (std::string const &atom_name_in, std::string const &mm_atom_type_name_in) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| set atom's chemical type 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_ |
| atom's name More... | |
| std::string | mm_atom_type_name_ |
| atom's type name More... | |
set atom's MM chemical type
| core::chemical::SetMMAtomType::SetMMAtomType | ( | std::string const & | atom_name_in, |
| std::string const & | mm_atom_type_name_in | ||
| ) |
constructor
|
virtual |
set atom's chemical type
Implements core::chemical::PatchOperation.
References atom_name_, core::chemical::ResidueType::has(), mm_atom_type_name_, core::chemical::ResidueType::name(), core::chemical::ResidueType::set_mm_atom_type(), and core::chemical::TR_PatchOperations.
Referenced by core::util::add_covalent_linkage_helper().
|
private |
atom's name
Referenced by apply().
|
private |
atom's type name
Referenced by apply().
1.8.7