VPTissue Reference Manual
|
Simulator handling requested simulation tasks. More...
#include <Simulator.h>
Public Slots | |
void | Delete (const std::string &name) |
Delete a folder on the disk. More... | |
virtual void | SolveTask (const SimTask &task) |
Do the real task of solving a SimTask and saving the results as requested by that task. | |
void | StopTask () |
Stop the current task. | |
Signals | |
void | TaskSolved (const SimResult &) |
Emitted when task is solved. If it was unsuccssful or interrupted a flag is set in SimResult. | |
Public Member Functions | |
Simulator () | |
Constructor. | |
virtual | ~Simulator () |
Destructor. | |
Simulator handling requested simulation tasks.
Definition at line 37 of file Simulator.h.
|
slot |
Delete a folder on the disk.
name | Name of the exploration to delete |
Definition at line 117 of file Simulator.cpp.