vtk-m/vtkm/cont/testing
Kenneth Moreland 2139d93206 Change vtkm::Tuple to vtkm::Vec
There are multiple reasons for this name change:

* The name Tuple conflicts with the boost::Tuple class, which as a
different interface and feature set. This gets confusing, especially
since VTK-m uses boost quite a bit.

* The use of this class is usually (although not always) as a
mathematical vector.

* The vtkm::Scalar and vtkm::Vector* classes are going to go away soon
to better support multiple base data type widths. Having this
abbriviated name will hopefully make the code a bit nicer when these
types have to be explicitly specified.

Also modified the implementation a bit to consolidate some of the code.
2014-10-08 10:09:43 -06:00
..
CMakeLists.txt Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
Testing.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TestingDeviceAdapter.h Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
UnitTestArrayHandle.cxx Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
UnitTestArrayHandleCompositeVector.cxx Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
UnitTestArrayHandleCounting.cxx Replace CountByTwo with String Int in ArrayHandleCounting test. 2014-07-17 14:35:39 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Fix MSVC compiler warnings. 2014-06-10 16:09:28 -06:00
UnitTestArrayPortalToIterators.cxx Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
UnitTestContTesting.cxx Update the initial repository to use the correct indentation style. 2014-02-11 16:20:30 -05:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestDeviceAdapterSerial.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDynamicArrayHandle.cxx Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
UnitTestDynamicPointCoordinates.cxx Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
UnitTestPointCoordinates.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageBasic.cxx Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
UnitTestStorageImplicit.cxx Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
UnitTestStorageListTag.cxx Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
UnitTestTimer.cxx Add Timer class. 2014-06-10 12:54:18 -06:00