#include <amberStretch.h>
Inheritance diagram for AmberStretch:

Public Member Functions | |
Constructors and Destructors | |
| AmberStretch () | |
| Default constructor. | |
| AmberStretch (ForceField &force_field) | |
| Constructor. | |
| AmberStretch (const AmberStretch &amber_stretch) | |
| Copy constructor. | |
| virtual | ~AmberStretch () |
| 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. | |
| virtual void | update () throw (Exception::TooManyErrors) |
| Update the bond list. | |
|
|
Default constructor.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Setup method.
Reimplemented from ForceFieldComponent. |
|
|
Update the bond list.
Reimplemented from ForceFieldComponent. |
|
|
Calculates and returns the component's energy.
Reimplemented from ForceFieldComponent. |
|
|
Calculates and returns the component's forces.
Reimplemented from ForceFieldComponent. |