![]() |
IMP
2.2.1
The Integrative Modeling Platform
|
A simple class storing chi angles and their probability. More...
#include <IMP/rotamer/RotamerLibrary.h>
Public Member Functions | |
| RotamerAngleTuple () | |
| default constructor. Build identity rotations with zero probability | |
| RotamerAngleTuple (float chi1, float chi2, float chi3, float chi4, float probability) | |
| constructor. build rotamer data corresponding to 1 line from | |
| float | get_chi1 () const |
| query the chi1 angle | |
| float | get_chi2 () const |
| query the chi2 angle | |
| float | get_chi3 () const |
| query the chi3 angle | |
| float | get_chi4 () const |
| query the chi4 angle | |
| float | get_probability () const |
| query the probability | |
| void | show (std::ostream &out=std::cout) const |
Definition at line 22 of file RotamerLibrary.h.