BALL
1.4.79
|
#include <BALL/SCORING/COMPONENTS/hydrogenBondSlick.h>
Classes | |
struct | Default |
struct | Option |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
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_ |
Fresno Hydrogen Bond component. { Definition:} {BALL/SCORING/COMPONENTS/hydrogenBondSlick.h}
Definition at line 17 of file hydrogenBondSlick.h.
BALL::HydrogenBondSlick::HydrogenBondSlick | ( | ) |
Default constructor.
BALL::HydrogenBondSlick::HydrogenBondSlick | ( | ScoringFunction & | sf | ) |
Constructor.
BALL::HydrogenBondSlick::HydrogenBondSlick | ( | ScoringComponent & | sc | ) |
Constructor.
BALL::HydrogenBondSlick::HydrogenBondSlick | ( | const HydrogenBondSlick & | fhb | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
const HydrogenBondSlick& BALL::HydrogenBondSlick::operator= | ( | const HydrogenBondSlick & | fhb | ) |
Assignment.
bool BALL::HydrogenBondSlick::operator== | ( | const HydrogenBondSlick & | fhb | ) | const |
|
virtual |
Setup method.
Reimplemented from BALL::ScoringComponent.
|
virtual |
Update this ScoringComponent using the given atom-pairs.
This function should be overloaded by all ScoringComponents
Reimplemented from BALL::ScoringComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ScoringComponent.