BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::VIEW::EnergyMinimizerThread Class Reference

Thread for EnergyMinimization. More...

#include <BALL/VIEW/KERNEL/threads.h>

Inheritance diagram for BALL::VIEW::EnergyMinimizerThread:
BALL::VIEW::SimulationThread BALL::VIEW::BALLThread QThread

Public Member Functions

 EnergyMinimizerThread ()
virtual ~EnergyMinimizerThread ()
virtual void run ()
void setEnergyMinimizer (EnergyMinimizer *minimizer)
- Public Member Functions inherited from BALL::VIEW::SimulationThread
 SimulationThread ()
void setNumberOfStepsBetweenUpdates (Size steps)
void setDCDFile (DCDFile *file)
DCDFilegetDCDFile ()
- Public Member Functions inherited from BALL::VIEW::BALLThread
 BALLThread ()
void setMainControl (MainControl *mf)
void setComposite (Composite *composite)
CompositegetComposite ()

Protected Attributes

EnergyMinimizerminimizer_
- Protected Attributes inherited from BALL::VIEW::SimulationThread
Size steps_between_updates_
DCDFiledcd_file_
- Protected Attributes inherited from BALL::VIEW::BALLThread
MainControlmain_control_
Compositecomposite_

Additional Inherited Members

- Protected Member Functions inherited from BALL::VIEW::SimulationThread
void exportSceneToPNG_ ()
 Notify the MainControl to export an PNG.
void finish_ ()
 Notifies the main thread to delete the simulating thread.

Detailed Description

Thread for EnergyMinimization.

Definition at line 201 of file threads.h.

Constructor & Destructor Documentation

BALL::VIEW::EnergyMinimizerThread::EnergyMinimizerThread ( )
virtual BALL::VIEW::EnergyMinimizerThread::~EnergyMinimizerThread ( )
virtual

Member Function Documentation

virtual void BALL::VIEW::EnergyMinimizerThread::run ( )
virtual

Overloaded from QThread::run(), overload again in derived classes!

Reimplemented from BALL::VIEW::BALLThread.

void BALL::VIEW::EnergyMinimizerThread::setEnergyMinimizer ( EnergyMinimizer minimizer)

Member Data Documentation

EnergyMinimizer* BALL::VIEW::EnergyMinimizerThread::minimizer_
protected

Definition at line 219 of file threads.h.