vtk-m/vtkm/cont/testing
Kenneth Moreland d6169e0bb5 Merge branch 'dynamic-array-get-number-of-components' into 'master'
Add data size introspection to DynamicArrayHandle.

Sometimes it is useful to know how big an array held in a
DynamicArrayHandle is. This adds two methods to DynamicArrayHandle:
GetNumberOfValues and GetNumberOfComponents. They allow you to query the
size of the array without having to statically cast to the array itself.

See merge request !76
2015-07-08 17:02:09 -04:00
..
CMakeLists.txt Extend the array handle testing to be done on a per device basis. 2015-06-25 08:21:49 -04:00
MakeTestDataSet.h Finish testing codes for VertexClustering 2015-06-24 14:55:22 -04:00
Testing.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TestingArrayHandles.h Remove unreferenced local variable 2015-07-01 08:33:35 -04:00
TestingDeviceAdapter.h Remove unneeded helpers from the TestingDeviceAdapter. 2015-07-08 10:58:20 -04:00
TestingFancyArrayHandles.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandle.cxx Extend the array handle testing to be done on a per device basis. 2015-06-25 08:21:49 -04:00
UnitTestArrayHandleCompositeVector.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleCounting.cxx Fix ICC warning about unused member method 2015-07-06 10:40:08 -06:00
UnitTestArrayHandleFancy.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleImplicit.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandlePermutation.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestArrayHandleTransform.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleUniformPointCoordinates.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayPortalToIterators.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestContTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDataSetExplicit.cxx Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
UnitTestDataSetRegular.cxx Correct warning C4800 from msvc ( forcing value to bool 'true' or 'false' ). 2015-07-01 08:18:22 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDeviceAdapterSerial.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDynamicArrayHandle.cxx Add data size introspection to DynamicArrayHandle. 2015-07-08 14:09:36 -06:00
UnitTestDynamicPointCoordinates.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestPointCoordinates.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestStorageBasic.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestStorageImplicit.cxx Make releasing an implicit storage resources a no-op instead of exception. 2015-06-29 11:56:53 -04:00
UnitTestStorageListTag.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestTimer.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00