vtk-m/vtkm/exec/arg
Kenneth Moreland bf03243516 Add ability to multiply any Vec by vtkm::Float64.
This has been requested on the mailing list to make it easier to
interpolate integer vectors.

There are a couple of downsides to this addition. First, it implicitly
casts doubles back to whatever the vector type is, which can cause a
loss of precision. Second, it makes it more likely to get overload
errors when multiplying with Vec. In particular, the operator to cast
Vec of size 1 to the component class had to be removed.
2015-11-07 06:33:50 -07:00
..
testing Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
AspectTagDefault.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
BasicArg.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CellShape.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
CMakeLists.txt Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ExecutionSignatureTagBase.h Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
Fetch.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FetchTagArrayDirectIn.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FetchTagArrayDirectInOut.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FetchTagArrayDirectOut.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FetchTagArrayTopologyMapIn.h Add ability to multiply any Vec by vtkm::Float64. 2015-11-07 06:33:50 -07:00
FetchTagExecObject.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FetchTagTopologyIn.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FromCount.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
FromIndices.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ThreadIndicesBasic.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ThreadIndicesTopologyMap.h Propagate vtkm::Id3 scheduling down to the ThreadIndex classes. 2015-10-20 09:29:41 -04:00
WorkIndex.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00