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