vtk-m2/vtkm/cont/testing
Kenneth Moreland a3b2c3931d Remove default constructor for ColorTable
The problem is that there is no good "default" constructor for
ColorTable. The previous default constructor created an empty color
table, but that would be confusing if someone actually tried to use it.
We could set ot to the default preset, but the default preset uses the
diverging color map, which could foul people up if they actually want to
edit or create their own color map. Instead, force the declaration of
ColorTable to indicate what you plan to do with it.
2018-04-02 11:44:17 -06:00
..
CMakeLists.txt Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
ExplicitTestData.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MakeTestDataSet.h fix warning in MakeTestDataSet 2018-04-02 09:30:58 -04:00
Testing.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TestingArrayHandles.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TestingArrayHandleVirtualCoordinates.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TestingCellLocatorTwoLevelUniformGrid.h Misc. typos 2018-01-30 06:51:47 -05:00
TestingColorTable.h Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
TestingComputeRange.h Fix Field constructors 2017-12-21 12:48:15 -05:00
TestingDataSetExplicit.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TestingDataSetSingleType.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TestingDeviceAdapter.h iVTK-m CUDA backend doesn't use thrust::cuda::pointer any more. 2018-02-02 08:33:17 -05:00
TestingFancyArrayHandles.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
TestingImplicitFunction.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
TestingPointLocatorUniformGrid.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
TestingVirtualObjectHandle.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
UnitTestAlgorithm.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05: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 Use default storage in ArrayHandleCompositeVector test 2017-09-27 10:05:24 -06: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 Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleImplicit.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleIndex.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandlePermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleReverse.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleSwizzle.cxx Ensure that Pair and Vec are trivial classes. 2017-10-18 14:58:35 -04:00
UnitTestArrayHandleTransform.cxx VTK-m now widens result type for UInt8/Int8/UInt16/Int16 input. 2018-01-03 16:32:41 -05:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayPortalToIterators.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestCellLocator.cxx Add CellLocator 2018-01-12 10:16:26 -05:00
UnitTestCellSetExplicit.cxx Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
UnitTestCellSetPermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestContTesting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetBuilderExplicit.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetBuilderRectilinear.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetBuilderUniform.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetPermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetRectilinear.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetUniform.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
UnitTestDynamicArrayHandle.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestDynamicCellSet.cxx Update tests and a single worklet to verify new CastAndCall works 2017-11-08 13:19:05 -05:00
UnitTestMultiBlock.cxx add warning guards around diy includes. 2018-02-26 15:33:56 -05:00
UnitTestRuntimeDeviceInformation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestStorageBasic.cxx Refactor vtk-m storage basic to generate less code 2018-02-16 09:59:19 -05:00
UnitTestStorageImplicit.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06: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 Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00