vtk-m/vtkm/cont/testing
Robert Maynard 3445047f9e Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual
ArrayHandleVirtual can automatically be constructed from any ArrayHandle.
In the cases where the input ArrayHandle doesn't derived from ArrayHandleVirtual,
it will automatically construct StorageAny to hold the array.
2018-12-27 15:42:03 -05:00
..
CMakeLists.txt Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual 2018-12-27 15:42:03 -05:00
ExplicitTestData.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MakeTestDataSet.h So many warnings. 2018-12-17 17:54:26 -05:00
Testing.h Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
TestingArrayHandles.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
TestingArrayHandleVirtualCoordinates.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
TestingCellLocatorTwoLevelUniformGrid.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
TestingColorTable.h Update presets for ColorTable 2018-11-09 09:02:10 -07:00
TestingComputeRange.h Update vtkm/cont/testing to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
TestingDataSetExplicit.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
TestingDataSetSingleType.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
TestingDeviceAdapter.h Make RuntimeDeviceInformation class template independent 2018-11-01 14:55:33 -04:00
TestingFancyArrayHandles.h Add ExecutionAndControlObjectBase 2018-09-08 11:54:28 -06:00
TestingImplicitFunction.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
TestingPointLocatorUniformGrid.h Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
TestingSerialization.h Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
TestingVirtualObjectHandle.h Refactor VirtualObjectHandle to support new virtual design 2018-10-15 17:38:54 -04:00
UnitTestAlgorithm.cxx Misc. typos 2018-08-07 17:50:41 -04:00
UnitTestArrayCopy.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestArrayHandleCartesianProduct.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleCompositeVector.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestArrayHandleConcatenate.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleCounting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleDiscard.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestArrayHandleExtractComponent.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestArrayHandleImplicit.cxx Misc. typos 2018-06-14 16:49:11 -04:00
UnitTestArrayHandleIndex.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandlePermutation.cxx Misc. typos 2018-06-14 16:49:11 -04:00
UnitTestArrayHandleReverse.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleSwizzle.cxx Simplify make_ArrayHandleSwizzle 2018-05-30 17:07:06 -06:00
UnitTestArrayHandleTransform.cxx Misc. typos 2018-06-14 16:49:11 -04:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleVirtual.cxx Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual 2018-12-27 15:42:03 -05:00
UnitTestArrayPortalToIterators.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestCellLocator.cxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
UnitTestCellSetExplicit.cxx Refactor CellSetExplicit to store connectivity in a shared_ptr. 2018-08-23 11:13:13 -04:00
UnitTestCellSetPermutation.cxx Add a release resources API to CellSet and its derived classes 2018-06-12 11:44:18 -04:00
UnitTestContTesting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetBuilderExplicit.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestDataSetBuilderRectilinear.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestDataSetBuilderUniform.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestDataSetPermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetRectilinear.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestDataSetUniform.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Refactor VirtualObjectHandle to support new virtual design 2018-10-15 17:38:54 -04:00
UnitTestDynamicCellSet.cxx Update tests and a single worklet to verify new CastAndCall works 2017-11-08 13:19:05 -05:00
UnitTestFieldRangeCompute.cxx add FieldRangeCompute. 2018-04-05 17:16:10 -04:00
UnitTestFieldRangeGlobalCompute.cxx add support to run test with MPI. 2018-04-10 14:48:37 -04:00
UnitTestLogging.cxx Add parameter-less InitLogging(). 2018-10-10 15:39:03 -04:00
UnitTestMoveConstructors.cxx Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual 2018-12-27 15:42:03 -05:00
UnitTestMultiBlock.cxx Update vtkm/cont/testing to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
UnitTestRuntimeDeviceInformation.cxx Make RuntimeDeviceInformation class template independent 2018-11-01 14:55:33 -04:00
UnitTestRuntimeDeviceNames.cxx Rename Undefined and Any DeviceAdapterId subclasses for consistency. 2018-08-29 09:05:50 -07:00
UnitTestSerializationArrayHandle.cxx Remove vtkm::cont::DynamicArrayHandle. 2018-12-27 14:35:56 -05:00
UnitTestSerializationDataSet.cxx Add serialization support to ArrayHandle Virtual, Any, and Variant. 2018-12-27 14:35:56 -05:00
UnitTestStorageBasic.cxx Move test_equal_* functions to vtkm::cont::testing 2018-09-25 13:58:39 -04:00
UnitTestStorageImplicit.cxx Move test_equal_* functions to vtkm::cont::testing 2018-09-25 13:58:39 -04:00
UnitTestStorageListTag.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTimer.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTryExecute.cxx Initial implementation of general logging. 2018-10-02 11:37:55 -04:00
UnitTestVariantArrayHandle.cxx Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual 2018-12-27 15:42:03 -05:00