#include <forceFieldEvaluation.h>
Inheritance diagram for ForceFieldEvaluation:

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