![]() |
Rosetta Core
2014.16.56682
|
Add a rotamer sample to a chi angle of the ResidueType. More...
#include <PatchOperation.hh>
Public Member Functions | |
| AddChiRotamer (Size const &chino_in, Angle const &mean_in, Angle const &sdev_in) | |
| Constructor for when the chi index is specified. More... | |
| AddChiRotamer (Angle const &mean_in, Angle const &sdev_in) | |
| Constructor for when the chi index is not specified. 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 | |
| bool | no_index_ |
| Size | chino_ |
| Real | mean_ |
| Real | sdev_ |
Add a rotamer sample to a chi angle of the ResidueType.
This is needed for PTMs.
| core::chemical::AddChiRotamer::AddChiRotamer | ( | Size const & | chino_in, |
| Angle const & | mean_in, | ||
| Angle const & | sdev_in | ||
| ) |
Constructor for when the chi index is specified.
Constructor for when the chi index is not specified.
In this case, the rotamer sample will be added to the last chi when this operation is applied.
|
virtual |
Add a rotamer sample.
Implements core::chemical::PatchOperation.
References core::chemical::ResidueType::add_chi_rotamer(), core::chemical::ResidueType::add_chi_rotamer_to_last_chi(), chino_, mean_, no_index_, and sdev_.
1.8.7