BALL
1.4.2
|
#include <BALL/SCORING/COMPONENTS/buriedPolar.h>
Classes | |
struct | Default |
struct | Option |
Public Member Functions | |
Constructors and Destructors | |
BuriedPolar () | |
BuriedPolar (ScoringFunction &sf) | |
BuriedPolar (const BuriedPolar &bp) | |
virtual | ~BuriedPolar () |
Assignment | |
const BuriedPolar & | operator= (const BuriedPolar &bp) |
virtual void | clear () |
Predicates. | |
bool | operator== (const BuriedPolar &bp) const |
Setup Methods | |
virtual bool | setup () |
Accessors | |
virtual double | calculateScore () |
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 |
Private Attributes | |
std::vector< std::pair< const Atom *, const Atom * > > | possible_buried_polar_interactions_ |
double | factor_ |
double | r1_offset_ |
double | r2_offset_ |
Molecule * | bp_receptor_ |
Molecule * | bp_ligand_ |
bool | write_interactions_file_ |
Size | verbosity_ |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ScoringComponent | |
ScoringFunction * | scoring_function_ |
double | score_ |
Fresno buried polar component. { Definition:} {BALL/SCORING/COMPONENTS/buriedPolar.h}
Definition at line 15 of file buriedPolar.h.
BALL::BuriedPolar::BuriedPolar | ( | ) |
Default constructor.
BALL::BuriedPolar::BuriedPolar | ( | ScoringFunction & | sf | ) |
Constructor.
BALL::BuriedPolar::BuriedPolar | ( | const BuriedPolar & | bp | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ScoringComponent.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
const BuriedPolar& BALL::BuriedPolar::operator= | ( | const BuriedPolar & | bp | ) |
Assignment.
bool BALL::BuriedPolar::operator== | ( | const BuriedPolar & | bp | ) | const |
|
virtual |
Setup method.
Reimplemented from BALL::ScoringComponent.
|
private |
Definition at line 166 of file buriedPolar.h.
|
private |
Definition at line 163 of file buriedPolar.h.
|
private |
Definition at line 146 of file buriedPolar.h.
|
private |
Definition at line 142 of file buriedPolar.h.
|
private |
Definition at line 151 of file buriedPolar.h.
|
private |
Definition at line 156 of file buriedPolar.h.
|
private |
Definition at line 172 of file buriedPolar.h.
|
private |
Definition at line 169 of file buriedPolar.h.