BALL
1.4.2
|
#include <BALL/MOLMEC/AMBER/amberStretch.h>
Public Member Functions | |
Constructors and Destructors | |
AmberStretch () | |
AmberStretch (ForceField &force_field) | |
virtual | ~AmberStretch () |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Public Member Functions inherited from BALL::StretchComponent | |
StretchComponent () | |
StretchComponent (ForceField &force_field) | |
virtual | ~StretchComponent () |
virtual double | updateEnergy () |
More... | |
virtual void | updateForces () |
More... | |
Public Member Functions inherited from BALL::ForceFieldComponent | |
ForceFieldComponent () | |
ForceFieldComponent (ForceField &force_field) | |
ForceFieldComponent (const ForceFieldComponent &force_field_component) | |
virtual | ~ForceFieldComponent () |
ForceField * | getForceField () const |
void | setForceField (ForceField &force_field) |
void | setName (const String &name) |
String | getName () const |
bool | isEnabled () const |
void | setEnabled (bool state) |
virtual double | getEnergy () const |
virtual void | update () throw (Exception::TooManyErrors) |
Additional Inherited Members | |
Protected Attributes inherited from BALL::StretchComponent | |
std::vector < QuadraticBondStretch::Data > | stretch_ |
QuadraticBondStretch | stretch_parameters_ |
Amber bond stretch component
Definition at line 23 of file amberStretch.h.
BALL::AmberStretch::AmberStretch | ( | ) |
Default constructor.
BALL::AmberStretch::AmberStretch | ( | ForceField & | force_field | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Setup method.
Reimplemented from BALL::ForceFieldComponent.