vtk-m2/vtkm/internal/testing
Kenneth Moreland 37dac92052 Add index tags to FunctionInterface features.
The functors in the ForEach, StaticTransform, and DynamicTransform
methods sometimes can use the index of the parameter that they are
operating on. This can be a helpful diagnostic in compile and run-time
errors. It is also helpful when linking parameters from one
FunctionInterface with those of another.

This new features are now replacing implementations using the Zip
functionality that was removed earlier. The implementation is actually
simplified a bit.
2015-01-15 22:13:47 -07:00
..
CMakeLists.txt Add FunctionInterface class. 2014-04-24 20:02:29 -05:00
UnitTestConfigureFor32.cxx Update the documentation to use vtkm::FloatDefault instead of vtkm::Scalar. 2014-12-10 10:38:03 -05:00
UnitTestConfigureFor64.cxx Update the documentation to use vtkm::FloatDefault instead of vtkm::Scalar. 2014-12-10 10:38:03 -05:00
UnitTestFunctionInterface.cxx Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00