VPTissue Reference Manual
SimPT_Parex::Simulator Class Reference

Simulator handling requested simulation tasks. More...

#include <Simulator.h>

Inheritance diagram for SimPT_Parex::Simulator:
Inheritance graph
Collaboration diagram for SimPT_Parex::Simulator:
Collaboration graph

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.
 

Detailed Description

Simulator handling requested simulation tasks.

Definition at line 37 of file Simulator.h.

Member Function Documentation

void SimPT_Parex::Simulator::Delete ( const std::string &  name)
slot

Delete a folder on the disk.

Parameters
nameName of the exploration to delete

Definition at line 117 of file Simulator.cpp.


The documentation for this class was generated from the following files: