VTK-m
2.0
|
Base ExecutionAndControlObjectBase
class.
More...
#include <ExecutionAndControlObjectBase.h>
Base ExecutionAndControlObjectBase
class.
These are objects that behave as execution objects but can also be use din the control environment. Any subclass of ExecutionAndControlObjectBase
must implement a PrepareForExecution
method that takes a device adapter tag and a vtkm::cont::Token
reference and returns an object for that device. It also must implement PrepareForControl
that simply returns an object that works in the control environment.