iMSTK
Interactive Medical Simulation Toolkit
imstkTbbTaskGraphController.h
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #pragma once
8 
9 #include "imstkTaskGraphController.h"
10 
11 namespace imstk
12 {
19 {
20 public:
21  void execute() override;
22 };
23 }; // namespace imstk
void execute() override
Executes the TaskGraph.
Compound Geometry.
This class runs an input TaskGraph in parallel using tbb tasks.
Base class for TaskGraph controllers which are responsible for executing the TaskGraph.