#include <openbabel/forcefield.h>
Public Member Functions | |
virtual | ~OBFFCalculation2 () |
virtual void | SetupPointers () |
Public Attributes | |
double | energy |
OBAtom * | a |
OBAtom * | b |
int | idx_a |
int | idx_b |
double * | pos_a |
double * | pos_b |
double | force_a [3] |
double | force_b [3] |
virtual ~OBFFCalculation2 | ( | ) | [inline, virtual] |
Destructor.
virtual void SetupPointers | ( | ) | [inline, virtual] |
Reimplemented in OBFFCalculation3, and OBFFCalculation4.
double energy |
Used to store the energy for this OBFFCalculation.
int idx_a |
Used to store the index of atoms for this OBFFCalculation.
int idx_b |
double* pos_a |
Pointer to atom coordinates as double[3].
double * pos_b |
double force_a[3] |
Pointer to atom forces.
double force_b[3] |