vtk-m/vtkm/internal
Kenneth Moreland b78688f4f4 Add ability to zip function interface objects.
The zip capability allows you to parameter-wise combine two
FunctionInterface objects. The result is another FunctionInterface with
each parameter a Pair containing the respective values of the two
inputs.

Being able to zip allows you to do transforms and invokes on data that
is divided among multiple function interface objects.
2014-10-16 16:31:55 -06:00
..
testing Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
CMakeLists.txt Add Fetch class 2014-10-15 13:52:27 -06:00
Configure.h.in Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
ConfigureFor32.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ConfigureFor64.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ExportMacros.h Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
FunctionInterface.h Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
FunctionInterfaceDetailPost.h Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
FunctionInterfaceDetailPost.h.in Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
FunctionInterfaceDetailPre.h Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00
FunctionInterfaceDetailPre.h.in Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00
Invocation.h Add Fetch class 2014-10-15 13:52:27 -06:00
ListTagDetail.h Expand the list of types to include multiple widths. 2014-10-08 15:40:20 -06:00
ListTagDetail.h.in Expand the list of types to include multiple widths. 2014-10-08 15:40:20 -06:00