vtk-m2/vtkm/cont/internal
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
..
testing Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
ArrayHandleExecutionManager.h Update the documentation to use vtkm::FloatDefault instead of vtkm::Scalar. 2014-12-10 10:38:03 -05:00
ArrayManagerExecution.h Update the documentation to use vtkm::FloatDefault instead of vtkm::Scalar. 2014-12-10 10:38:03 -05:00
ArrayManagerExecutionSerial.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayManagerExecutionShareWithControl.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayPortalFromIterators.h Correct error message. 2014-09-12 09:59:38 -06:00
ArrayPortalShrink.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayTransfer.h Update the documentation to use vtkm::FloatDefault instead of vtkm::Scalar. 2014-12-10 10:38:03 -05:00
CMakeLists.txt Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
DeviceAdapterAlgorithm.h Documentation fixes. 2014-12-09 16:07:27 -07:00
DeviceAdapterAlgorithmGeneral.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
DeviceAdapterAlgorithmSerial.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
DeviceAdapterError.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DeviceAdapterTag.h Add VTKM_IS_LIST_TAG macro 2014-10-22 07:24:04 -06:00
DeviceAdapterTagSerial.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DynamicTransform.h Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
IteratorFromArrayPortal.h Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06: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
StorageError.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00