#include <BALL/SCORING/COMPONENTS/aromaticRingStacking.h>
Definition at line 19 of file aromaticRingStacking.h.
BALL::AromaticRingStacking::AromaticRingStacking |
( |
| ) |
|
BALL::AromaticRingStacking::~AromaticRingStacking |
( |
| ) |
|
void BALL::AromaticRingStacking::clear |
( |
| ) |
|
|
virtual |
virtual bool BALL::AromaticRingStacking::setup |
( |
Options & |
options | ) |
|
|
virtual |
void BALL::AromaticRingStacking::setupLigand |
( |
| ) |
|
|
virtual |
void BALL::AromaticRingStacking::update |
( |
const vector< std::pair< Atom *, Atom * > > & |
pair_vector | ) |
|
|
virtual |
virtual double BALL::AromaticRingStacking::updateScore |
( |
| ) |
|
|
virtual |
Calculate the score for this component (for all interactions that have been set by the last call of update()) and return the score.
The coefficient assigned by the user to this component should be taken into account for the calculation, so that the weighted score is returned.
Reimplemented from BALL::ScoringComponent.