#include <slickEnergy.h>
Public Member Functions | |
Constructors and Destructors | |
| SLICKEnergy () throw () | |
| Default constructor. | |
| SLICKEnergy (Molecule &protein, Molecule &ligand) throw () | |
| Construct a SLICKEnergy with a system and pointers to protein and ligand. | |
| SLICKEnergy (Molecule &protein, Molecule &ligand, const Options &options) throw () | |
| Construct a SLICKEnergy with a system and options. | |
| SLICKEnergy (const SLICKEnergy &slick) throw () | |
| Copy constructor. | |
| virtual | ~SLICKEnergy () throw () |
| Destructor. | |
Assignment | |
| const SLICKEnergy & | operator= (const SLICKEnergy &slick) throw () |
| Assignment operator. | |
| virtual void | clear () throw () |
| Clear method. | |
Setup Methods | |
| virtual bool | specificSetup () throw () |
| Force field specific setup. | |
Accessors specific to the SLICKEnergy scoring function | |
| double | getCHPIScore () const throw () |
| double | getHydrogenBondScore () const throw () |
| double | getVDWScore () const throw () |
| double | getPolarSolvationScore () const throw () |
| double | getNonpolarSolvationScore () const throw () |
|
|
Default constructor.
|
|
||||||||||||||||
|
Construct a SLICKEnergy with a system and options.
|
|
|
Clear method.
|
|
|
Assignment operator.
|