vtk-m/vtkm/internal
Robert Maynard cc71e8ec6e vtkm::ListForEach can handle passing any number of extra arguments
Rather than requiring all the arguments to be placed as member variables to
the functor you can now pass extra arguments that will be added to the functor
call signature.

So for example:

  vtkm::ForEach(functor, vtkm::TypeListTagCommon(), double{42.0}, int{42});

will be converted into:

  functor(vtkm::Int32, double, int)
  functor(vtkm::Int64, double, int)
  functor(vtkm::Float32, double, int)
  functor(vtkm::Float64, double, int)
  ...
2017-11-08 08:24:47 -05:00
..
testing Update copyright for Sandia 2017-09-20 15:33:44 -06:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayPortalUniformPointCoordinates.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ArrayPortalValueReference.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Assume.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
brigand.hpp Update cuda 9 workaround for cuda 9 final release 2017-10-10 11:34:29 -04:00
CMakeLists.txt Fix warning on Cuda. 2017-10-10 10:28:51 -04:00
Configure.h.in Move some MSVC warning disablers to Configure.h 2017-10-23 15:16:49 -04:00
ConfigureFor32.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConfigureFor64.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityStructuredInternals.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExportMacros.h Stop providing the VTKM_OVERRIDE define. 2017-11-06 14:46:32 -05:00
FunctionInterface.h Consistenly use nullptr in vtk-m. 2017-09-25 09:57:23 -04:00
FunctionInterfaceDetailPost.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FunctionInterfaceDetailPost.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FunctionInterfaceDetailPre.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FunctionInterfaceDetailPre.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
IndexTag.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
IntegerSequence.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Invocation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ListTagDetail.h vtkm::ListForEach can handle passing any number of extra arguments 2017-11-08 08:24:47 -05:00
Unreachable.h Fix warning on Cuda. 2017-10-10 10:28:51 -04:00
Windows.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00