iMSTK
Interactive Medical Simulation Toolkit
Source
Common
TaskGraph
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
{
18
class
TbbTaskGraphController
:
public
TaskGraphController
19
{
20
public
:
21
void
execute
()
override
;
22
};
23
};
// namespace imstk
imstk::TbbTaskGraphController::execute
void execute() override
Executes the TaskGraph.
Definition:
imstkTbbTaskGraphController.cpp:21
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
imstk::TbbTaskGraphController
This class runs an input TaskGraph in parallel using tbb tasks.
Definition:
imstkTbbTaskGraphController.h:18
imstk::TaskGraphController
Base class for TaskGraph controllers which are responsible for executing the TaskGraph.
Definition:
imstkTaskGraphController.h:20
Generated by
1.8.13