vtk-m/vtkm/cont
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
..
arg Use test_equal instead of == for comparing numbers in exec worklets. 2014-11-12 08:53:03 -07:00
internal Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
testing delete operator and std::allocator are not necessarily the same 2014-10-23 15:39:05 -06:00
ArrayHandle.h Add Transport class 2014-10-14 10:44:48 -06:00
ArrayHandleCompositeVector.h Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
ArrayHandleCounting.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayHandleUniformPointCoordinates.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
ArrayPortal.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayPortalToIterators.h Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
Assert.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
CMakeLists.txt Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
DeviceAdapter.h Update the documentation to note have references to dax. 2014-12-10 10:37:25 -05:00
DeviceAdapterSerial.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DynamicArrayHandle.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
DynamicPointCoordinates.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
Error.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControl.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlAssert.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlBadType.h Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
ErrorControlBadValue.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlInternal.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlOutOfMemory.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorExecution.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
PointCoordinatesArray.h Rename some type lists to be a bit more consistent. 2014-10-10 11:30:10 -06:00
PointCoordinatesListTag.h Allow longer base lists 2014-10-08 12:53:01 -06:00
PointCoordinatesUniform.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
Storage.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
StorageBasic.h delete operator and std::allocator are not necessarily the same 2014-10-23 15:39:05 -06:00
StorageImplicit.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
StorageListTag.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Timer.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00