BALL
1.4.2
|
#include <BALL/SCORING/COMPONENTS/lipophilic.h>
Classes | |
struct | Default |
struct | Option |
Public Member Functions | |
Constructors and Destructors | |
Lipophilic () | |
Lipophilic (ScoringFunction &sf) | |
Lipophilic (const Lipophilic &li) | |
virtual | ~Lipophilic () |
Assignment | |
const Lipophilic & | operator= (const Lipophilic &li) |
virtual void | clear () |
Predicates. | |
bool | operator== (const Lipophilic &li) 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_lipophilic_interactions_ |
double | r1_offset_ |
double | r2_offset_ |
bool | write_interactions_file_ |
Size | verbosity_ |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ScoringComponent | |
ScoringFunction * | scoring_function_ |
double | score_ |
Fresno lipophilic component. { Definition:} {BALL/SCORING/COMMON/scoringComponent.h}
Definition at line 15 of file lipophilic.h.
BALL::Lipophilic::Lipophilic | ( | ) |
Default constructor.
BALL::Lipophilic::Lipophilic | ( | ScoringFunction & | sf | ) |
Constructor.
BALL::Lipophilic::Lipophilic | ( | const Lipophilic & | li | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ScoringComponent.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
const Lipophilic& BALL::Lipophilic::operator= | ( | const Lipophilic & | li | ) |
Assignment.
bool BALL::Lipophilic::operator== | ( | const Lipophilic & | li | ) | const |
|
virtual |
Setup method.
Reimplemented from BALL::ScoringComponent.
|
private |
Definition at line 140 of file lipophilic.h.
|
private |
Definition at line 145 of file lipophilic.h.
|
private |
Definition at line 150 of file lipophilic.h.
|
private |
Definition at line 156 of file lipophilic.h.
|
private |
Definition at line 153 of file lipophilic.h.