#include <BALL/MOLMEC/AMBER/amberBend.h>
Public Member Functions | |
Constructors and Destructors | |
AmberBend () | |
AmberBend (ForceField &force_field) | |
virtual | ~AmberBend () |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Amber bond stretch component
Definition at line 23 of file amberBend.h.
BALL::AmberBend::AmberBend | ( | ) |
Default constructor.
BALL::AmberBend::AmberBend | ( | ForceField & | force_field | ) |
Constructor.
virtual BALL::AmberBend::~AmberBend | ( | ) | [virtual] |
Destructor.
virtual bool BALL::AmberBend::setup | ( | ) | throw (Exception::TooManyErrors) [virtual] |
Setup method.
Reimplemented from BALL::ForceFieldComponent.