vtk-m/docs
Kenneth Moreland 2b05487398 Add ExecutionAndControlObjectBase
This is a subclass of ExecutionObject and a superset of its
functionality. In addition to having a PrepareForExecution method, it
also has a PrepareForControl method that gets an object appropriate for
the control environment. This is helpful for situations where you need
code to work in both environments, such as the functor in an
ArrayHandleTransform.

Also added several runtime checks for execution objects and execution
and cotnrol objects.
2018-09-08 11:54:28 -06:00
..
changelog Add ExecutionAndControlObjectBase 2018-09-08 11:54:28 -06:00
CodingConventions.md Document some of the VTK-m coding style such as single line loops 2018-08-15 13:39:47 -04:00