#include <amberTorsion.h>
Inheritance diagram for AmberTorsion:
Public Member Functions | |
Constructors and Destructors | |
AmberTorsion () | |
Default constructor. | |
AmberTorsion (ForceField &force_field) | |
Constructor. | |
AmberTorsion (const AmberTorsion &amber_stretch) | |
Copy constructor. | |
virtual | ~AmberTorsion () |
Destructor. | |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Setup method. | |
Accessors | |
virtual double | updateEnergy () |
Calculates and returns the component's energy. | |
virtual void | updateForces () |
Calculates and returns the component's forces. |
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Setup method.
Reimplemented from ForceFieldComponent. |
|
Calculates and returns the component's energy.
Reimplemented from ForceFieldComponent. |
|
Calculates and returns the component's forces.
Reimplemented from ForceFieldComponent. |