BALL
1.4.79
|
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) |
Public Member Functions inherited from BALL::VIEW::SimulationThread | |
SimulationThread () | |
void | setNumberOfStepsBetweenUpdates (Size steps) |
void | setTrajectoryFile (TrajectoryFile *file) |
TrajectoryFile * | getTrajectoryFile () |
Public Member Functions inherited from BALL::VIEW::BALLThread | |
BALLThread () | |
void | setMainControl (MainControl *mf) |
void | setComposite (Composite *composite) |
Composite * | getComposite () |
Protected Attributes | |
MolecularDynamics * | md_ |
Size | steps_ |
bool | save_images_ |
Protected Attributes inherited from BALL::VIEW::SimulationThread | |
Size | steps_between_updates_ |
TrajectoryFile * | trajectory_file_ |
Protected Attributes inherited from BALL::VIEW::BALLThread | |
MainControl * | main_control_ |
Composite * | composite_ |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::VIEW::SimulationThread | |
void | exportSceneToPNG_ () |
Notify the MainControl to export an PNG. More... | |
void | finish_ () |
Notifies the main thread to delete the simulating thread. More... | |
Protected Member Functions inherited from BALL::VIEW::BALLThread | |
void | sendMessage_ (Message *msg) |
void | updateStructure_ () |
void | output_ (const String &string, bool important=false) |
Sends the string as outout to Log.info. More... | |
void | waitForUpdateOfRepresentations_ () |
BALL::VIEW::MDSimulationThread::MDSimulationThread | ( | ) |
|
virtual |
|
virtual |
Overloaded from QThread::run(), overload again in derived classes!
Reimplemented from BALL::VIEW::BALLThread.
void BALL::VIEW::MDSimulationThread::setMolecularDynamics | ( | MolecularDynamics * | md | ) |
|
inline |
|
inline |
|
protected |
|
protected |