vtk-m2/vtkm
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
..
cont Add Transport class 2014-10-14 10:44:48 -06:00
exec Add basic worklet superclasses and signature tags 2014-10-15 15:47:39 -06:00
internal Add ability to zip 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
worklet Add basic worklet superclasses and signature tags 2014-10-15 15:47:39 -06:00
CMakeLists.txt Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
Extent.h Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
ListTag.h Allow longer base lists 2014-10-08 12:53:01 -06:00
Pair.h Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
TypeListTag.h Rename some type lists to be a bit more consistent. 2014-10-10 11:30:10 -06:00
Types.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
TypeTraits.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
VecTraits.h Change VectorTraits to VecTraits. 2014-10-08 10:09:43 -06:00