EnergyAtom

This is an abstract class and cannot be directly instanced.


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class EnergyAtom
{
public:
float getRadius() const; // pure virtual
float getEpsilon() const; // pure virtual
bool isHydrogen() const; // pure virtual
float getCharge() const; // pure virtual
bool isDonor() const; // pure virtual
bool isAcceptor() const; // pure virtual
const Vector3& getHBDirection() const; // pure virtual
Vector3 position() const; // pure virtual
~EnergyAtom() ;
protected:
}; // EnergyAtom

Back to the top of EnergyAtom


KEYWORD

Back to the top of EnergyAtom


AUTHORS

Back to the top of EnergyAtom


CHANGES LOG

Back to the top of EnergyAtom


GOALS

Back to the top of EnergyAtom

		

USAGE

		

Back to the top of EnergyAtom


float getRadius() const;

    virtual float getRadius() const;    

Back to the top of EnergyAtom


float getEpsilon() const;

    virtual float getEpsilon() const;    

Back to the top of EnergyAtom


bool isHydrogen() const;

    virtual bool isHydrogen() const;    

Back to the top of EnergyAtom


float getCharge() const;

    virtual float getCharge() const;    

Back to the top of EnergyAtom


bool isDonor() const;

    virtual bool isDonor() const;    

Back to the top of EnergyAtom


bool isAcceptor() const;

    virtual bool isAcceptor() const;    

Back to the top of EnergyAtom


const Vector3& getHBDirection() const;

    virtual const Vector3& getHBDirection() const;    

Back to the top of EnergyAtom


Vector3 position() const;

    virtual Vector3 position() const;    

Back to the top of EnergyAtom


~EnergyAtom() ;

    virtual ~EnergyAtom()   
;

Function is currently defined inline.


Back to the top of EnergyAtom


All Members

public:
float getRadius() const; // pure virtual
float getEpsilon() const; // pure virtual
bool isHydrogen() const; // pure virtual
float getCharge() const; // pure virtual
bool isDonor() const; // pure virtual
bool isAcceptor() const; // pure virtual
const Vector3& getHBDirection() const; // pure virtual
Vector3 position() const; // pure virtual
protected:

Back to the top of EnergyAtom


Ancestors

Class does not inherit from any other class.

Back to the top of EnergyAtom


Descendants

Back to the top of EnergyAtom


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

Report problems to jkotula@unimax.com