vtk-m2/vtkm/cont/testing
Sujin Philip 178da6c0dc Make PointLocatorUniformGrid default constructible
plus some style changes to match VTK-m style.
2019-03-18 16:34:49 -04:00
..
CMakeLists.txt Merge topic 'code_sprint_locator_fixes' 2019-01-09 16:23:17 -05:00
ExplicitTestData.h
MakeTestDataSet.h Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
Testing.h vtkmdiy: Support only including the serialization headers of diy 2019-02-08 11:40:59 -05:00
TestingArrayHandles.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingArrayHandleVirtualCoordinates.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingCellLocatorRectilinearGrid.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
TestingCellLocatorTwoLevelUniformGrid.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
TestingCellLocatorUniformGrid.h Fixes for uniform cell locator for points right on the boundary. Also added some tests for boundary points. 2019-02-01 08:43:54 -05:00
TestingColorTable.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingComputeRange.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingDataSetExplicit.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingDataSetSingleType.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingDeviceAdapter.h Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
TestingFancyArrayHandles.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingImplicitFunction.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
TestingPointLocatorUniformGrid.h Make PointLocatorUniformGrid default constructible 2019-03-18 16:34:49 -04:00
TestingSerialization.h vtkmdiy: Support only including the serialization headers of diy 2019-02-08 11:40:59 -05:00
TestingVirtualObjectHandle.h Refactor VirtualObjectHandle to support new virtual design 2018-10-15 17:38:54 -04:00
UnitTestAlgorithm.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayCopy.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCartesianProduct.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCompositeVector.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleConcatenate.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCounting.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleDiscard.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleExtractComponent.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleImplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleIndex.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandlePermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleReverse.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleSwizzle.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleTransform.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleVirtual.cxx Make ArrayHandleVirtual conform with other ArrayHandle structure 2019-03-01 15:50:14 -07:00
UnitTestArrayPortalToIterators.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestCellLocator.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestCellSetExplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestCellSetPermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestContTesting.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetBuilderExplicit.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetBuilderRectilinear.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetBuilderUniform.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetPermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetRectilinear.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetUniform.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDynamicCellSet.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestFieldRangeCompute.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestFieldRangeGlobalCompute.cxx VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00
UnitTestLogging.cxx Add parameter-less InitLogging(). 2018-10-10 15:39:03 -04:00
UnitTestMoveConstructors.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestMultiBlock.cxx VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00
UnitTestRuntimeDeviceInformation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestRuntimeDeviceNames.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestSerializationArrayHandle.cxx Clarify intent of TypeString and TypeName functions. 2019-03-01 11:47:53 -05:00
UnitTestSerializationDataSet.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageBasic.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageImplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageListTag.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestTimer.cxx Fix issues with timer test 2019-03-15 11:50:17 -06:00
UnitTestTryExecute.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestVariantArrayHandle.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00