vtk-m/vtkm/io/testing
Kenneth Moreland bb9e7a0d6f Handle any Vec size in VTKDataSetReader
The legacy VTK file reader previously only supported a specific set of Vec
lengths (i.e., 1, 2, 3, 4, 6, and 9). This is because a basic array
handle has to have the vec length compiled in. However, the new
`ArrayHandleRuntimeVec` feature is capable of reading in any vec-length
and can be leveraged to read in arbitrarily sized vectors in field
arrays.
2023-05-22 06:19:11 -06:00
..
CMakeLists.txt Better error checking and logging. 2023-03-14 15:15:06 -04:00
UnitTestBOVDataSetReader.cxx Document data that comes from VisIt tutorial 2023-03-14 12:25:21 -06:00
UnitTestFileUtils.cxx minor fix 2021-10-14 14:42:02 -06:00
UnitTestHDF5Image.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageWriter.cxx minor fix 2021-10-14 14:42:02 -06:00
UnitTestPixelTypes.cxx lodepng: remove interface dependency 2022-08-22 21:54:49 -04:00
UnitTestVisItFileDataSetReader.cxx Add VisIt file reader. 2023-03-13 16:13:21 -04:00
UnitTestVTKDataSetReader.cxx Remove unlicensed data 2023-03-13 13:54:44 -06:00
UnitTestVTKDataSetWriter.cxx Handle any Vec size in VTKDataSetReader 2023-05-22 06:19:11 -06:00