vtk-m2/vtkm/worklet
Kenneth Moreland 51e3b2bb1d Add checks for signature tags
It's easy to put accidently put something that is not a valid tag in a
ControlSignature or ExecutionSignature. Previously, when you did that
you got a weird error at the end of a very long template instantiation
chain that made it difficult to find the offending worklet.

This adds some type checks when the dispatcher is instantated to check
the signatures. It doesn't point directly to the signature or its
parameter, but it is much closer.
2014-10-23 08:28:50 -06:00
..
internal Add checks for signature tags 2014-10-23 08:28:50 -06:00
testing Check value type in Invoke input arrays. 2014-10-22 16:51:42 -06:00
CMakeLists.txt Add DispatcherMapField. 2014-10-21 13:10:00 -06:00
DispatcherMapField.h Add DispatcherMapField. 2014-10-21 13:10:00 -06:00
WorkletMapField.h Add checks for signature tags 2014-10-23 08:28:50 -06:00