Rotamer

stores 1-4 side-chain torsional angles: chi1-chi4 and probability

[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Rotamer
{
public:
Rotamer(float pr, int anglesIndex[4], float chi_angles[4], float devs_angles[4]);
const vector< float>& getChiAngles() const ;
const float getProbability() const ;
const vector< float>& getStandardDeviationsOfChis() const ;
protected:
}; // Rotamer

Back to the top of Rotamer


KEYWORD

Back to the top of Rotamer


AUTHORS

Back to the top of Rotamer


CHANGES LOG

Back to the top of Rotamer


GOALS

stores 1-4 side-chain torsional angles: chi1-chi4 and probability

Back to the top of Rotamer

		

USAGE

		

Back to the top of Rotamer


Rotamer(float pr, int anglesIndex[4], float chi_angles[4], float devs_angles[4]);

    Rotamer(float pr, int anglesIndex[4], float chi_angles[4], float devs_angles[4]);

Back to the top of Rotamer


const vector< float>& getChiAngles() const ;

    const vector< float>& getChiAngles() const                  
;

Function is currently defined inline.


Back to the top of Rotamer


const float getProbability() const ;

    const float getProbability() const                
;

Function is currently defined inline.


Back to the top of Rotamer


const vector< float>& getStandardDeviationsOfChis() const ;

    const vector< float>& getStandardDeviationsOfChis() const                
;

Function is currently defined inline.


Back to the top of Rotamer


All Members

public:
const vector< float>& getChiAngles() const ;
const float getProbability() const ;
const vector< float>& getStandardDeviationsOfChis() const ;
protected:

Back to the top of Rotamer


Ancestors

Class does not inherit from any other class.

Back to the top of Rotamer


Descendants

Class is not inherited by any others.

Back to the top of Rotamer


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:25 2009 .

Report problems to jkotula@unimax.com