vtk-m/vtkm/io/internal
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 conslidate the license statement 2019-04-17 10:57:13 -06:00
Endian.h conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKDataSetCells.h Fix bug with voxels in legacy vtk files 2022-07-06 09:37:29 -06:00
VTKDataSetStructures.h conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKDataSetTypes.h Handle any Vec size in VTKDataSetReader 2023-05-22 06:19:11 -06:00