|
Rosetta 3.5
|
#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_ |
Definition at line 305 of file PatchOperation.hh.
|
inline |
constructor
Definition at line 309 of file PatchOperation.hh.
|
inlinevirtual |
add a proton chi angle
Implements core::chemical::PatchOperation.
Definition at line 317 of file PatchOperation.hh.
References chino_, extrasamples_, samples_, and core::chemical::ResidueType::set_proton_chi().
|
private |
atoms between which a chi angle is added
Definition at line 325 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 327 of file PatchOperation.hh.
Referenced by apply().
|
private |
Definition at line 326 of file PatchOperation.hh.
Referenced by apply().
1.8.4