#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 () |
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_ |
| BALL::AromaticRingStacking::AromaticRingStacking | ( | ) |
| BALL::AromaticRingStacking::AromaticRingStacking | ( | ScoringFunction & | sf | ) |
| BALL::AromaticRingStacking::AromaticRingStacking | ( | const AromaticRingStacking & | ars | ) |
| BALL::AromaticRingStacking::~AromaticRingStacking | ( | ) |
| virtual double BALL::AromaticRingStacking::calculateScore | ( | ) | [virtual] |
Reimplemented from BALL::ScoringComponent.
| virtual bool BALL::AromaticRingStacking::setup | ( | ) | [virtual] |
Reimplemented from BALL::ScoringComponent.
std::vector<CHPI::AromaticRing> BALL::AromaticRingStacking::ligand_rings_ [private] |
std::vector< std::pair<const CHPI::AromaticRing*, const CHPI::AromaticRing*> > BALL::AromaticRingStacking::possible_interactions_ [private] |
std::vector<CHPI::AromaticRing> BALL::AromaticRingStacking::receptor_rings_ [private] |