BALL
1.4.2
|
#include <BALL/SCORING/COMPONENTS/CHPI.h>
Classes | |
class | AromaticRing |
class | CHGroup |
struct | Default |
struct | Option |
Public Member Functions | |
Constructors and Destructors | |
virtual | ~CHPI () |
Assignment | |
const CHPI & | operator= (const CHPI &chpi) |
virtual void | clear () |
Predicates. | |
bool | operator== (const CHPI &chpi) const |
Public Member Functions inherited from BALL::ScoringComponent | |
ScoringComponent () | |
ScoringComponent (const ScoringComponent &sc) | |
ScoringComponent (ScoringFunction &sf) | |
virtual | ~ScoringComponent () |
ScoringFunction * | getScoringFunction () const |
void | setScoringFunction (ScoringFunction &sf) |
String | getName () const |
void | setName (const String &name) |
virtual double | getScore () const |
Setup Methods | |
Options | options |
std::vector< std::pair< const AromaticRing *, const CHGroup * > > | possible_interactions_ |
std::vector< CHGroup > | all_CH_groups_ |
std::vector< AromaticRing > | all_aromatic_rings_ |
float | CX_distance_upper_ |
float | CHX_angle_lower_ |
float | HX_projected_distance_lower_ |
float | HX_projected_distance_upper_ |
float | distance_tolerance_ |
float | angle_tolerance_ |
float | limit_ |
Size | verbosity_ |
bool | write_interactions_file_ |
virtual bool | setup () |
virtual double | calculateScore () |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ScoringComponent | |
ScoringFunction * | scoring_function_ |
double | score_ |
SLICK ringstacking component. { Definition:} {BALL/SCORING/COMPONENTS/CHPI.h}
|
virtual |
Default constructor.Constructor.Copy constructorDestructor.
|
virtual |
Reimplemented from BALL::ScoringComponent.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
|
virtual |
Setup method.
Reimplemented from BALL::ScoringComponent.
|
private |
|
private |