Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Lipophilic Class Reference

Fresno lipophilic component. More...

#include <lipophilic.h>

List of all members.

Public Member Functions

Constructors and Destructors
 Lipophilic () throw ()
 Default constructor.
 Lipophilic (ScoringFunction &sf) throw ()
 Constructor.
 Lipophilic (const Lipophilic &li) throw ()
 Copy constructor.
virtual ~Lipophilic () throw ()
 Destructor.
Assignment
const Lipophilicoperator= (const Lipophilic &li) throw ()
 Assignment.
virtual void clear () throw ()
 Clear method.
Predicates.
bool operator== (const Lipophilic &li) const throw ()
Setup Methods
virtual bool setup () throw ()
 Setup method.
Accessors
virtual double calculateScore () throw ()
 Calculates and returns the component's energy.


Detailed Description

Fresno lipophilic component.

{ Definition:} {BALL/SCORING/COMMON/scoringComponent.h}


Constructor & Destructor Documentation

Lipophilic::Lipophilic  )  throw ()
 

Default constructor.

Lipophilic::Lipophilic ScoringFunction &  sf  )  throw ()
 

Constructor.

virtual Lipophilic::~Lipophilic  )  throw () [virtual]
 

Destructor.


Member Function Documentation

virtual double Lipophilic::calculateScore  )  throw () [virtual]
 

Calculates and returns the component's energy.

virtual void Lipophilic::clear  )  throw () [virtual]
 

Clear method.

const Lipophilic& Lipophilic::operator= const Lipophilic li  )  throw ()
 

Assignment.

virtual bool Lipophilic::setup  )  throw () [virtual]
 

Setup method.