vtk-m/vtkm
Kenneth Moreland b012668345 Add a FunctorBase class for scheduling non-worklets
Whenever creating a functor to be launched in the execution environment
using the device adapter Schedule algorithm, you had to also create a
couple of methods to handle error message buffers. For convenience, lots
of code started to just inherit from WorkletBase. Although this worked,
it was a misnomer (and might cause problems in the future if worklets
later require different things from its base). To get around this
problem, add a FunctorBase class that is intended to be used as the
superclass to functors called with Schedule.
2014-06-10 11:35:13 -06:00
..
cont Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
exec Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
internal Add documentation for FunctionInterface and make_FunctionInterface. 2014-06-06 15:20:50 -06:00
testing Merge branch 'dynamic-point-coordinates' 2014-06-09 11:13:17 -06:00
CMakeLists.txt Add CMake configuration for execution environment code 2014-06-10 11:14:11 -06:00
Extent.h Add Extent classes. 2014-04-30 17:07:57 -06:00
ListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
TypeListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Types.h Merge branch 'dynamic-point-coordinates' 2014-06-09 11:13:17 -06:00
TypeTraits.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
VectorTraits.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00