vtk-m/vtkm/cont/internal
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
..
testing Merge branch 'dynamic-point-coordinates' 2014-06-09 11:13:17 -06:00
ArrayContainerControlError.h Add in the minimum part of the control env to have a testable array handle. 2014-02-10 15:00:17 -05:00
ArrayHandleExecutionManager.h Correc the rest of the alignmnet issues. 2014-05-19 14:20:52 -04:00
ArrayManagerExecution.h Correcting alignment issues so we compile on windows. 2014-05-19 13:17:04 -04:00
ArrayManagerExecutionSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayManagerExecutionShareWithControl.h Correcting alignment issues so we compile on windows. 2014-05-19 13:17:04 -04:00
ArrayPortalFromIterators.h Correcting alignment issues so we compile on windows. 2014-05-19 13:17:04 -04:00
ArrayPortalShrink.h Correc the rest of the alignmnet issues. 2014-05-19 14:20:52 -04:00
ArrayTransfer.h Correcting alignment issues so we compile on windows. 2014-05-19 13:17:04 -04:00
CMakeLists.txt Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
DeviceAdapterAlgorithm.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterAlgorithmGeneral.h Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
DeviceAdapterAlgorithmSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterError.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterTag.h Changed undefined macros to something other than zero. 2014-06-09 16:32:02 -06:00
DeviceAdapterTagSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DynamicTransform.h Add DynamicTransform class. 2014-04-30 10:31:10 -06:00
IteratorFromArrayPortal.h Correc the rest of the alignmnet issues. 2014-05-19 14:20:52 -04:00
PointCoordinatesBase.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
SimplePolymorphicContainer.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00