BALL
1.4.79
|
#include <BALL/MOLMEC/COMMON/bendComponent.h>
Protected Attributes | |
vector< QuadraticAngleBend::Data > | bend_ |
QuadraticAngleBend | bend_parameters_ |
Protected Attributes inherited from BALL::ForceFieldComponent | |
ForceField * | force_field_ |
double | energy_ |
Protected Attributes inherited from BALL::ScoringComponent | |
bool | ligand_intra_molecular_ |
bool | gridable_ |
bool | atom_pairwise_ |
ScoringFunction * | scoring_function_ |
ScoringBaseFunction * | base_function_ |
double | score_ |
double | coefficient_ |
double | stddev_ |
double | mean_ |
bool | enabled_ |
String | type_name_ |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
Amber bond stretch component
Definition at line 28 of file bendComponent.h.
BALL::BendComponent::BendComponent | ( | ) |
Default constructor.
BALL::BendComponent::BendComponent | ( | ForceField & | force_field | ) |
Detailed Constructor.
|
virtual |
Destructor.
|
virtual |
Returns the energy of the force field component. The current energy for this force field component is being calculated and returned in units of kJ/mol.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Updates the atomic forces in the force field. The forces created by this ForceFieldComponent are calculated for each atom and updated in the corresponding array (forces) of the ForceField instance this component is assigned to.
Reimplemented from BALL::ForceFieldComponent.
|
protected |
Definition at line 78 of file bendComponent.h.
|
protected |
Definition at line 80 of file bendComponent.h.