BALL
1.4.2
|
#include <BALL/MOLMEC/CHARMM/charmmTorsion.h>
Classes | |
struct | SingleCharmmTorsion |
Public Member Functions | |
Constructors and Destructors | |
CharmmTorsion () | |
CharmmTorsion (ForceField &force_field) | |
CharmmTorsion (const CharmmTorsion &charmm_stretch) | |
virtual | ~CharmmTorsion () |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Accessors | |
virtual double | updateEnergy () |
virtual void | updateForces () |
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) |
Private Attributes | |
vector< SingleCharmmTorsion > | torsion_ |
CosineTorsion | torsion_parameters_ |
ResidueTorsions | residue_torsions_ |
bool | use_residue_torsion_list_ |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ForceFieldComponent | |
ForceField * | force_field_ |
double | energy_ |
CHARMM torsion component
Definition at line 36 of file charmmTorsion.h.
BALL::CharmmTorsion::CharmmTorsion | ( | ) |
Default constructor.
BALL::CharmmTorsion::CharmmTorsion | ( | ForceField & | force_field | ) |
Constructor.
BALL::CharmmTorsion::CharmmTorsion | ( | const CharmmTorsion & | charmm_stretch | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Setup method.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
|
private |
Definition at line 149 of file charmmTorsion.h.
|
private |
Definition at line 141 of file charmmTorsion.h.
|
private |
Definition at line 145 of file charmmTorsion.h.
|
private |
Definition at line 153 of file charmmTorsion.h.