#include <openbabel/forcefield.h>

Public Member Functions | |
| virtual | ~OBFFCalculation3 () |
| virtual void | SetupPointers () |
Public Attributes | |
| OBAtom * | c |
| int | idx_c |
| double * | pos_c |
| double | force_c [3] |
| 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 ~OBFFCalculation3 | ( | ) | [inline, virtual] |
Destructor.
| virtual void SetupPointers | ( | ) | [inline, virtual] |
Reimplemented from OBFFCalculation2.
Reimplemented in OBFFCalculation4.
| int idx_c |
Used to store the index of atoms for this OBFFCalculation.
| double* pos_c |
Pointer to atom coordinates as double[3].
| double force_c[3] |
Pointer to atom forces.
double energy [inherited] |
Used to store the energy for this OBFFCalculation.
int idx_a [inherited] |
Used to store the index of atoms for this OBFFCalculation.
int idx_b [inherited] |
double* pos_a [inherited] |
Pointer to atom coordinates as double[3].
double * pos_b [inherited] |
double force_a[3] [inherited] |
Pointer to atom forces.
double force_b[3] [inherited] |