BALL
1.4.2
|
#include <BALL/SCORING/COMPONENTS/aromaticRingStacking.h>
Classes | |
struct | Default |
struct | Option |
Public Member Functions | |
AromaticRingStacking () | |
AromaticRingStacking (ScoringFunction &sf) | |
AromaticRingStacking (const AromaticRingStacking &ars) | |
~AromaticRingStacking () | |
virtual bool | setup () |
virtual double | calculateScore () |
Public Member Functions inherited from BALL::ScoringComponent | |
ScoringComponent () | |
ScoringComponent (const ScoringComponent &sc) | |
ScoringComponent (ScoringFunction &sf) | |
virtual | ~ScoringComponent () |
virtual void | clear () |
ScoringFunction * | getScoringFunction () const |
void | setScoringFunction (ScoringFunction &sf) |
String | getName () const |
void | setName (const String &name) |
virtual double | getScore () const |
Private Attributes | |
std::vector< std::pair< const CHPI::AromaticRing *, const CHPI::AromaticRing * > > | possible_interactions_ |
std::vector< CHPI::AromaticRing > | receptor_rings_ |
std::vector< CHPI::AromaticRing > | ligand_rings_ |
float | f2f_plane_distance_lower_ |
float | f2f_plane_distance_upper_ |
float | f2f_lateral_displacemant_lower_ |
float | f2f_lateral_displacemant_upper_ |
float | f2e_center_distance_lower_ |
float | f2e_center_distance_upper_ |
float | angle_tolerance_ |
float | scoring_tolerance_ |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ScoringComponent | |
ScoringFunction * | scoring_function_ |
double | score_ |
Definition at line 20 of file aromaticRingStacking.h.
BALL::AromaticRingStacking::AromaticRingStacking | ( | ) |
BALL::AromaticRingStacking::AromaticRingStacking | ( | ScoringFunction & | sf | ) |
BALL::AromaticRingStacking::AromaticRingStacking | ( | const AromaticRingStacking & | ars | ) |
BALL::AromaticRingStacking::~AromaticRingStacking | ( | ) |
|
virtual |
Reimplemented from BALL::ScoringComponent.
|
virtual |
Reimplemented from BALL::ScoringComponent.
|
private |
Definition at line 92 of file aromaticRingStacking.h.
|
private |
Definition at line 88 of file aromaticRingStacking.h.
|
private |
Definition at line 89 of file aromaticRingStacking.h.
|
private |
Definition at line 85 of file aromaticRingStacking.h.
|
private |
Definition at line 86 of file aromaticRingStacking.h.
|
private |
Definition at line 83 of file aromaticRingStacking.h.
|
private |
Definition at line 84 of file aromaticRingStacking.h.
|
private |
Definition at line 81 of file aromaticRingStacking.h.
|
private |
Definition at line 77 of file aromaticRingStacking.h.
|
private |
Definition at line 79 of file aromaticRingStacking.h.
|
private |
Definition at line 96 of file aromaticRingStacking.h.