IMP  2.1.1
The Integrative Modeling Platform
IMP::rotamer::RotamerAngleTuple Class Reference

A simple class storing chi angles and their probability.

#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
 

Detailed Description

Definition at line 22 of file RotamerLibrary.h.


The documentation for this class was generated from the following file: