vtk-m/vtkm
Robert Maynard c631dccfcb Invocation parameters are now non const and can be 'modified'
The invocation parameters need to be non const as we want to
be able to call non-const methods like `PrepareForOutput` on them
from a transport function.

The original implementation abused the fact that everything
could be copied by value and have that work properly. But
when we start introducing virtual classes copying by value of
a base type can cause type slicing.
2018-07-06 14:27:36 -04:00
..
cont Merge topic 'ice_nvcc_on_renar' 2018-07-05 11:36:16 -04:00
exec Mark PointLocatorUniformGrid constructors as host only 2018-07-03 17:41:56 -04:00
filter Allow NDHistogram to take custom type 2018-07-02 15:25:49 -04:00
internal Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
interop taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
io taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
rendering Misc. typos 2018-06-14 16:49:11 -04:00
testing Add ListTagAppend and ListTagAppendUnique 2018-06-21 15:59:31 -04:00
thirdparty Merge branch 'upstream-taotuple' into fix_msvc2017_tuple_get 2018-07-05 09:50:31 -04:00
worklet Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into spatialsearch 2018-06-30 11:56:33 -06:00
.gitattributes taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Assert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BaseComponent.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryOperators.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Bounds.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellShape.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CMakeLists.txt Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Flags.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Geometry.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Geometry.hxx Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Hash.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
ImplicitFunction.h Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
ListTag.h Add ListTagAppend and ListTagAppendUnique 2018-06-21 15:59:31 -04:00
Math.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Math.h.in Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Matrix.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
NewtonsMethod.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Pair.h Make pair construction rvalue-friendly. 2018-07-02 14:48:06 -04:00
Range.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
RangeId3.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
RangeId.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
StaticAssert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Swap.h Use thrust::swap for vtkm::Swap in CUDA device code. 2018-06-11 12:27:54 -04:00
TopologyElementTag.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Transform3D.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
TypeListTag.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Types.h constexpr construction for Vec classes 2018-06-20 14:15:29 -04:00
TypeTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
UnaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecAxisAlignedPointCoordinates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortal.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortalPermute.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VectorAnalysis.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
VecTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecVariable.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Version.h.in taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VirtualObjectBase.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00