Thread for MDSimulation. More...
#include <BALL/VIEW/KERNEL/threads.h>
Public Member Functions | |
MDSimulationThread () | |
virtual | ~MDSimulationThread () |
virtual void | run () throw (Exception::NullPointer) |
void | setMolecularDynamics (MolecularDynamics *md) |
void | setNumberOfSteps (Size steps) |
void | setSaveImages (bool state) |
Protected Attributes | |
MolecularDynamics * | md_ |
Size | steps_ |
bool | save_images_ |
Thread for MDSimulation.
BALL::VIEW::MDSimulationThread::MDSimulationThread | ( | ) |
virtual BALL::VIEW::MDSimulationThread::~MDSimulationThread | ( | ) | [virtual] |
virtual void BALL::VIEW::MDSimulationThread::run | ( | ) | throw (Exception::NullPointer) [virtual] |
Overloaded from QThread::run(), overload again in derived classes!
Reimplemented from BALL::VIEW::BALLThread.
void BALL::VIEW::MDSimulationThread::setMolecularDynamics | ( | MolecularDynamics * | md | ) |
void BALL::VIEW::MDSimulationThread::setNumberOfSteps | ( | Size | steps | ) | [inline] |
void BALL::VIEW::MDSimulationThread::setSaveImages | ( | bool | state | ) | [inline] |
MolecularDynamics* BALL::VIEW::MDSimulationThread::md_ [protected] |
bool BALL::VIEW::MDSimulationThread::save_images_ [protected] |
Size BALL::VIEW::MDSimulationThread::steps_ [protected] |