|
Rosetta 3.5
|
Redefine a chi angle Added by Andy M. Chen in June 2009 This is needed for certain PTM's. 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... | |
Public Member Functions inherited from core::chemical::PatchOperation | |
| 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 PTM's.
Definition at line 336 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 340 of file PatchOperation.hh.
|
inlinevirtual |
redefine a chi angle
Implements core::chemical::PatchOperation.
Definition at line 349 of file PatchOperation.hh.
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 |
Definition at line 372 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 373 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 374 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 375 of file PatchOperation.hh.
Referenced by apply().
|
private |
atoms between which a chi angle is added
Definition at line 371 of file PatchOperation.hh.
Referenced by apply().
1.8.4