#include <threads.h>
Public Member Functions |
|
virtual void | run () throw (Exception::NullPointer) |
Overloaded from QThread::run(),
overload again in derived classes! |
|
void | setMolecularDynamics (MolecularDynamics *md) |
void | setNumberOfSteps (Size steps) |
void | setSaveImages (bool state) |
Protected Attributes |
|
MolecularDynamics * | md_ |
Size | steps_ |
bool | save_images_ |