![]() |
Rosetta Core
2014.16.56682
|
#include <PatchOperation.hh>
Public Member Functions | |
| AddProtonChi (Size const &chino_in, utility::vector1< core::Real > const &samples, utility::vector1< core::Real > const &extrasamples) | |
| constructor More... | |
| bool | apply (ResidueType &rsd) const |
| add a proton 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... | |
| utility::vector1< core::Real > | samples_ |
| utility::vector1< core::Real > | extrasamples_ |
| core::chemical::AddProtonChi::AddProtonChi | ( | Size const & | chino_in, |
| utility::vector1< core::Real > const & | samples, | ||
| utility::vector1< core::Real > const & | extrasamples | ||
| ) |
constructor
|
virtual |
add a proton chi angle
Implements core::chemical::PatchOperation.
References chino_, extrasamples_, samples_, and core::chemical::ResidueType::set_proton_chi().
|
private |
atoms between which a chi angle is added
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
1.8.7