BALL::ForceFieldEvaluation Class Reference
[Docking of molecular structures]

#include <BALL/STRUCTURE/DOCKING/forceFieldEvaluation.h>

Inheritance diagram for BALL::ForceFieldEvaluation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ForceFieldEvaluation ()
 Default constructor.
 ForceFieldEvaluation (ForceField &ff)
virtual ~ForceFieldEvaluation ()
void setForceField (ForceField &ff)
void setOptions (const Options &options)
ForceFieldgetForceField ()
const ForceFieldgetForceField () const
OptionsgetOptions ()
const OptionsgetOptions () const
virtual std::vector
< ConformationSet::Conformation
operator() (ConformationSet &conformations) throw (Exception::TooManyErrors)

Protected Attributes

ForceFieldff_
Options options_
bool delete_force_field_

Detailed Description

Base class for energetic evaluators of docking results using a force field as scoring function.

Definition at line 21 of file forceFieldEvaluation.h.


Constructor & Destructor Documentation

BALL::ForceFieldEvaluation::ForceFieldEvaluation (  ) 

Default constructor.

BALL::ForceFieldEvaluation::ForceFieldEvaluation ( ForceField ff  ) 
virtual BALL::ForceFieldEvaluation::~ForceFieldEvaluation (  )  [virtual]

Member Function Documentation

const ForceField& BALL::ForceFieldEvaluation::getForceField (  )  const

Reimplemented in BALL::AmberEvaluation.

ForceField& BALL::ForceFieldEvaluation::getForceField (  ) 

Reimplemented in BALL::AmberEvaluation.

const Options& BALL::ForceFieldEvaluation::getOptions (  )  const

Reimplemented in BALL::AmberEvaluation.

Options& BALL::ForceFieldEvaluation::getOptions (  ) 

Reimplemented in BALL::AmberEvaluation.

virtual std::vector<ConformationSet::Conformation> BALL::ForceFieldEvaluation::operator() ( ConformationSet conformations  )  throw (Exception::TooManyErrors) [virtual]

Operations

Reimplemented from BALL::EnergeticEvaluation.

void BALL::ForceFieldEvaluation::setForceField ( ForceField ff  ) 

Operations

Reimplemented in BALL::AmberEvaluation.

void BALL::ForceFieldEvaluation::setOptions ( const Options options  ) 

Reimplemented in BALL::AmberEvaluation.


Member Data Documentation

Definition at line 71 of file forceFieldEvaluation.h.

Definition at line 69 of file forceFieldEvaluation.h.

Definition at line 70 of file forceFieldEvaluation.h.

Generated by  doxygen 1.6.3