![]() |
Rosetta Core
2014.35
|
Redefine a chi angle Added by Andy M. Chen in June 2009 This is needed for certain PTMs. More...
#include <PatchOperation.hh>
Public Member Functions | |
RedefineChi (Size const &chino_in, std::string const &atom1_in, std::string const &atom2_in, std::string const &atom3_in, std::string const &atom4_in) | |
constructor More... | |
bool | apply (ResidueType &rsd) const |
redefine a chi angle More... | |
![]() | |
virtual | ~PatchOperation () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Private Attributes | |
Size | chino_ |
atoms between which a chi angle is added More... | |
std::string | atom1_ |
std::string | atom2_ |
std::string | atom3_ |
std::string | atom4_ |
Redefine a chi angle Added by Andy M. Chen in June 2009 This is needed for certain PTMs.
core::chemical::RedefineChi::RedefineChi | ( | Size const & | chino_in, |
std::string const & | atom1_in, | ||
std::string const & | atom2_in, | ||
std::string const & | atom3_in, | ||
std::string const & | atom4_in | ||
) |
constructor
|
virtual |
redefine a chi angle
Implements core::chemical::PatchOperation.
References atom1_, atom2_, atom3_, atom4_, chino_, core::chemical::ResidueType::has(), core::chemical::ResidueType::name(), core::chemical::ResidueType::redefine_chi(), and core::chemical::TR_PatchOperations.
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
atoms between which a chi angle is added
Referenced by apply().