#include <metal.h>
Inheritance diagram for ChemScoreMetal:
Public Member Functions | |
Constructors and Destructors | |
ChemScoreMetal () throw () | |
Default constructor. | |
ChemScoreMetal (ForceField &force_field) throw () | |
Constructor. | |
ChemScoreMetal (const ChemScoreMetal &csm) throw () | |
Copy constructor. | |
virtual | ~ChemScoreMetal () throw () |
Destructor. | |
Assignment | |
const ChemScoreMetal & | operator= (const ChemScoreMetal &csm) throw () |
Assignment. | |
virtual void | clear () throw () |
Clear method. | |
Predicates. | |
bool | operator== (const ChemScoreMetal &csm) const throw () |
Setup Methods | |
virtual bool | setup () throw () |
Setup method. | |
Accessors | |
virtual double | updateEnergy () throw () |
Calculates and returns the component's energy. | |
virtual void | updateForces () throw () |
Calculates and returns the component's forces. |
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Clear method.
|
|
Assignment.
|
|
Setup method.
Reimplemented from ForceFieldComponent. |
|
Calculates and returns the component's energy.
Reimplemented from ForceFieldComponent. |
|
Calculates and returns the component's forces.
Reimplemented from ForceFieldComponent. |