vtk-m/vtkm/cont/testing
Kenneth Moreland 713cf4228a Make it not possible to create a cell set without specifying num points
The CellSetExplicit and CellSetSingleType classes have an ivar that
marks the number of points. There were several instances of code
creating cell sets without specifying the number of points. This can be
very bad if subsequent code needs that information.
2017-01-12 13:02:10 -07:00
..
CMakeLists.txt Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
ExplicitTestData.h Add tests for DataSetBuilderExplicit. 2016-01-05 16:28:57 -05:00
MakeTestDataSet.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
Testing.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingArrayHandles.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingComputeRange.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingDataSetExplicit.h CellSetExplicit Reverse Connectivity is abit more efficient. 2016-11-29 14:17:02 -05:00
TestingDataSetSingleType.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TestingDeviceAdapter.h Merge branch 'gcc6_warnings' into 'master' 2017-01-11 15:37:30 -05:00
TestingFancyArrayHandles.h Fix issue with private class in CUDA 2016-11-22 17:31:50 -07:00
UnitTestArrayHandleCartesianProduct.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestArrayHandleCompositeVector.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestArrayHandleConcatenate.cxx fix a warning 2016-08-17 09:14:29 -07:00
UnitTestArrayHandleCounting.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestArrayHandleImplicit.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleIndex.cxx Add ArrayHandleIndex class. 2015-09-14 22:11:09 -06:00
UnitTestArrayHandlePermutation.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleTransform.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestArrayPortalToIterators.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestContTesting.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestDataSetBuilderExplicit.cxx In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
UnitTestDataSetBuilderRectilinear.cxx Merge branch 'master' of gitlab.kitware.com:vtk/vtk-m 2016-10-12 14:40:32 -04:00
UnitTestDataSetBuilderUniform.cxx fix warnings. 2016-11-04 15:28:48 -04:00
UnitTestDataSetPermutation.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
UnitTestDataSetRectilinear.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDataSetUniform.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestDynamicArrayHandle.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestDynamicCellSet.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
UnitTestRuntimeDeviceInformation.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestStorageBasic.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestStorageImplicit.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestStorageListTag.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestTimer.cxx Consistently include windows.h by making a wrapper header. 2016-11-28 09:54:37 -05:00
UnitTestTryExecute.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00