#include <amberBend.h>
Inheritance diagram for AmberBend:
Public Member Functions | |
Constructors and Destructors | |
AmberBend () | |
Default constructor. | |
AmberBend (ForceField &force_field) | |
Constructor. | |
AmberBend (const AmberBend &amber_stretch) | |
Copy constructor. | |
virtual | ~AmberBend () |
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. |