|
Rosetta 3.5
|
Add a rotamer sample to a chi angle of the ResidueType Added by Andy M. Chen in June 2009 This is needed for PTM's. More...
#include <PatchOperation.hh>


Public Member Functions | |
| AddChiRotamer (Size const &chino_in, Real const &mean_in, Real const &sdev_in) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| add a rotamer sample 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... | |
| Real | mean_ |
| Real | sdev_ |
Add a rotamer sample to a chi angle of the ResidueType Added by Andy M. Chen in June 2009 This is needed for PTM's.
Definition at line 384 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 388 of file PatchOperation.hh.
|
inlinevirtual |
add a rotamer sample
Implements core::chemical::PatchOperation.
Definition at line 396 of file PatchOperation.hh.
References core::chemical::ResidueType::add_chi_rotamer(), chino_, mean_, and sdev_.
|
private |
atoms between which a chi angle is added
Definition at line 407 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 408 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 409 of file PatchOperation.hh.
Referenced by apply().
1.8.4