vtk-m2/vtkm/cont/arg
Kenneth Moreland 6b1db2cf04 Check value type in Invoke input arrays.
Instead of just checking that a dispatcher's Invoke input is an
ArrayHandle, also check that the ValueType of the ArrayHandle is
compatible with the types of the worklet operator. This is done by
adding a template argument to the ControlSignature tags that is a type
list tag that gets passed to the type check.
2014-10-22 16:51:42 -06:00
..
testing Check value type in Invoke input arrays. 2014-10-22 16:51:42 -06:00
CMakeLists.txt Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
Transport.h Add Transport class 2014-10-14 10:44:48 -06:00
TransportTagArrayIn.h Add Transport class 2014-10-14 10:44:48 -06:00
TransportTagArrayOut.h Add Transport class 2014-10-14 10:44:48 -06:00
TransportTagExecObject.h Add Transport class 2014-10-14 10:44:48 -06:00
TypeCheck.h Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
TypeCheckTagArray.h Check value type in Invoke input arrays. 2014-10-22 16:51:42 -06:00
TypeCheckTagExecObject.h Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00