#include <forceFieldEvaluation.h>
Public Member Functions |
|
ForceFieldEvaluation () | |
Default constructor. |
|
ForceFieldEvaluation (ForceField &ff) | |
void | setForceField (ForceField &ff) |
Operations. |
|
void | setOptions (const Options &options) |
ForceField & | getForceField () |
const ForceField & | getForceField () const |
Options & | getOptions () |
const Options & | getOptions () const |
virtual std::vector < ConformationSet::Conformation > |
operator() (ConformationSet &conformations) throw (Exception::TooManyErrors) |
Operations. |
|
Protected Attributes |
|
ForceField * | ff_ |
Options | options_ |
bool | delete_force_field_ |