|
BALL
1.4.2
|
#include <BALL/MOLMEC/MMFF94/MMFF94NonBonded.h>
Classes | |
| struct | NonBondedPairData |
Public Member Functions | |
| MMFF94NonBonded () | |
| Default constructor. More... | |
| MMFF94NonBonded (ForceField &force_field) | |
| Constructor. More... | |
| MMFF94NonBonded (const MMFF94NonBonded &MMFF94_non_bonded) | |
| Copy constructor. More... | |
| virtual | ~MMFF94NonBonded () |
| Destructor. More... | |
| const MMFF94NonBonded & | operator= (const MMFF94NonBonded &anb) |
| Assignment operator. More... | |
| virtual void | clear () |
| Clear method. More... | |
| bool | operator== (const MMFF94NonBonded &anb) |
| Equality operator. More... | |
| virtual bool | setup () throw (Exception::TooManyErrors) |
| Setup method. More... | |
| virtual double | updateEnergy () |
| Calculates and returns the component's energy. More... | |
| virtual void | updateForces () |
| Calculates and returns the component's forces. More... | |
| virtual void | update () throw (Exception::TooManyErrors) |
| virtual MolmecSupport::PairListAlgorithmType | determineMethodOfAtomPairGeneration () |
| Computes the most efficient way to calculate the non-bonded atom pairs. More... | |
| const ForceField::PairVector & | getAtomPairs () const |
| const vector< NonBondedPairData > & | getNonBondedData () const |
| double | getVDWEnergy () const |
| double | getESEnergy () const |
Public Member Functions inherited from BALL::ForceFieldComponent | |
| ForceFieldComponent () | |
| ForceFieldComponent (ForceField &force_field) | |
| ForceFieldComponent (const ForceFieldComponent &force_field_component) | |
| virtual | ~ForceFieldComponent () |
| ForceField * | getForceField () const |
| void | setForceField (ForceField &force_field) |
| void | setName (const String &name) |
| String | getName () const |
| bool | isEnabled () const |
| void | setEnabled (bool state) |
| virtual double | getEnergy () const |
Protected Attributes | |
| double | es_energy_ |
| double | vdw_energy_ |
Protected Attributes inherited from BALL::ForceFieldComponent | |
| ForceField * | force_field_ |
| double | energy_ |
MMFF94 NonBonded (VdW + Electrostatic) component
Definition at line 31 of file MMFF94NonBonded.h.
| BALL::MMFF94NonBonded::MMFF94NonBonded | ( | ) |
Default constructor.
| BALL::MMFF94NonBonded::MMFF94NonBonded | ( | ForceField & | force_field | ) |
Constructor.
| BALL::MMFF94NonBonded::MMFF94NonBonded | ( | const MMFF94NonBonded & | MMFF94_non_bonded | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Clear method.
|
virtual |
Computes the most efficient way to calculate the non-bonded atom pairs.
|
inline |
Definition at line 113 of file MMFF94NonBonded.h.
| double BALL::MMFF94NonBonded::getESEnergy | ( | ) | const |
|
inline |
Definition at line 116 of file MMFF94NonBonded.h.
| double BALL::MMFF94NonBonded::getVDWEnergy | ( | ) | const |
| const MMFF94NonBonded& BALL::MMFF94NonBonded::operator= | ( | const MMFF94NonBonded & | anb | ) |
Assignment operator.
| bool BALL::MMFF94NonBonded::operator== | ( | const MMFF94NonBonded & | anb | ) |
Equality operator.
|
virtual |
Setup method.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Update the pair list. This method is called by the force field whenever ForceField::update is called. It is used to recalculate the nonbonded pair list.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
|
private |
Definition at line 140 of file MMFF94NonBonded.h.
|
private |
Definition at line 138 of file MMFF94NonBonded.h.
|
private |
Definition at line 141 of file MMFF94NonBonded.h.
|
private |
Definition at line 146 of file MMFF94NonBonded.h.
|
private |
Definition at line 151 of file MMFF94NonBonded.h.
|
private |
Definition at line 152 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 143 of file MMFF94NonBonded.h.
|
private |
Definition at line 143 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 153 of file MMFF94NonBonded.h.
|
private |
Definition at line 149 of file MMFF94NonBonded.h.
|
protected |
Definition at line 127 of file MMFF94NonBonded.h.
|
private |
Definition at line 148 of file MMFF94NonBonded.h.
|
private |
Definition at line 139 of file MMFF94NonBonded.h.
|
private |
Definition at line 142 of file MMFF94NonBonded.h.
|
private |
Definition at line 142 of file MMFF94NonBonded.h.
|
private |
Definition at line 150 of file MMFF94NonBonded.h.
|
protected |
Definition at line 130 of file MMFF94NonBonded.h.
|
private |
Definition at line 144 of file MMFF94NonBonded.h.
1.8.3.1