vtk-m/vtkm/io/internal
Kenneth Moreland 2e285c3409 Fix endian flip when reading vector arrays
The legacy VTK file reader has a condition to flip the bytes in values
when the endian does not match the current system. The problem was that
when reading in a vector, the flip was happening on all bytes of a Vec.
This caused the last components of the Vec to be flipped with the first
components. Instead, we want each component to be flipped independently.
2016-05-31 17:36:08 -06:00
..
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
Endian.h Fix endian flip when reading vector arrays 2016-05-31 17:36:08 -06:00
VTKDataSetCells.h Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
VTKDataSetStructures.h Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
VTKDataSetTypes.h Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00