iMSTK
Interactive Medical Simulation Toolkit
|
This class runs an input TaskGraph in parallel using tbb tasks. More...
#include <imstkTbbTaskGraphController.h>
Public Member Functions | |
void | execute () override |
Executes the TaskGraph. | |
![]() | |
virtual void | setTaskGraph (std::shared_ptr< TaskGraph > graph) |
std::shared_ptr< TaskGraph > | getTaskGraph () const |
bool | initialize () |
Initialization of the TaskGraphController, good for anything the controller may need to do after it recieves input, before execution, but not do everytime execution is called. Returns if successful. | |
Additional Inherited Members | |
![]() | |
virtual void | init () |
Subclass initialization call. | |
![]() | |
std::shared_ptr< TaskGraph > | m_graph = nullptr |
This class runs an input TaskGraph in parallel using tbb tasks.
Definition at line 18 of file imstkTbbTaskGraphController.h.