BindingEnergyScoring


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BindingEnergyScoring
{
public:
struct EnergyInfo
static void printHeader(ostream& s) ;
friend ostream& operator<<(ostream& s, const EnergyInfo& e)
Energy energy;
BindingEnergyScoring(const Molecule< Atom>& receptorHydrogenMolecule, const Molecule< Atom>& ligandHydrogenMolecule, ifstream& params);
~BindingEnergyScoring() ;
float calculateEnergy(const RigidTrans3& trans);
EnergyInfo getEnergy(const RigidTrans3& trans);
protected:
}; // BindingEnergyScoring

Back to the top of BindingEnergyScoring


KEYWORD

Back to the top of BindingEnergyScoring


AUTHORS

Back to the top of BindingEnergyScoring


CHANGES LOG

Back to the top of BindingEnergyScoring


GOALS

Back to the top of BindingEnergyScoring

		

USAGE

		

Back to the top of BindingEnergyScoring


struct EnergyInfo

  struct EnergyInfo {
    EnergyInfo(){}

Back to the top of BindingEnergyScoring


void printHeader(ostream& s) ;

    static void printHeader(ostream& s) ;

Back to the top of BindingEnergyScoring


friend ostream& operator<<(ostream& s, const EnergyInfo& e)

write to stream

    friend ostream& operator<<(ostream& s, const EnergyInfo& e)   

Back to the top of BindingEnergyScoring


Energy energy;

    Energy energy;    

Back to the top of BindingEnergyScoring


BindingEnergyScoring(const Molecule< Atom>& receptorHydrogenMolecule, const Molecule< Atom>& ligandHydrogenMolecule, ifstream& params);

  BindingEnergyScoring(const Molecule< Atom>& receptorHydrogenMolecule, const Molecule< Atom>& ligandHydrogenMolecule, ifstream& params);

Back to the top of BindingEnergyScoring


~BindingEnergyScoring() ;

  ~BindingEnergyScoring()                                                                                                    
;

Function is currently defined inline.


Back to the top of BindingEnergyScoring


float calculateEnergy(const RigidTrans3& trans);

  float calculateEnergy(const RigidTrans3& trans);

Back to the top of BindingEnergyScoring


EnergyInfo getEnergy(const RigidTrans3& trans);

  EnergyInfo getEnergy(const RigidTrans3& trans);

Back to the top of BindingEnergyScoring


All Members

public:
struct EnergyInfo
static void printHeader(ostream& s) ;
friend ostream& operator<<(ostream& s, const EnergyInfo& e)
Energy energy;
float calculateEnergy(const RigidTrans3& trans);
EnergyInfo getEnergy(const RigidTrans3& trans);
protected:

Back to the top of BindingEnergyScoring


Ancestors

Class does not inherit from any other class.

Back to the top of BindingEnergyScoring


Descendants

Class is not inherited by any others.

Back to the top of BindingEnergyScoring


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

Report problems to jkotula@unimax.com