#include <MMFF94OutOfPlaneBend.h>
Public Member Functions |
|
MMFF94OutOfPlaneBend () | |
Default constructor. |
|
MMFF94OutOfPlaneBend (ForceField &force_field) | |
Constructor. |
|
MMFF94OutOfPlaneBend (const MMFF94OutOfPlaneBend &to_copy) | |
Copy constructor. |
|
virtual | ~MMFF94OutOfPlaneBend () |
Destructor. |
|
virtual bool | setup () throw (Exception::TooManyErrors) |
Setup method. |
|
virtual double | updateEnergy () |
Calculates and returns the
component's energy. |
|
virtual void | updateForces () |
Calculates and returns the
component's forces. |
|
const vector< OutOfPlaneBend > & | getOutOfPlaneBends () const |
void | AddDV3_ (Vector3 &f3, const TVector3< double > d3) |