vtk-m/vtkm/io/testing
Kenneth Moreland 8b133288ce Fix deprecation warnings
There was an error that caused deprecation warnings in VTK-m to be
suppressed, which meant that many uses of deprecated features went
unnoticed. This fixes those deprecation warnings.

The majority of the warnings were caused by the use of the deprecated
`Cast`, `CopyTo`, and `ResetTypes` methods of `UnknownArrayHandle` (or
`VariantArrayHandle`). Both `Cast` and `CopyTo` have been subsumed by
`AsArrayHandle` (to make the functionality more clear). `ResetTypes` now
requires a second template argument to define the storage types to try.

Also fixed some issues with `SerializableField` being deprecated.
This class is no longer necessary because `Field` can now be directly
serialized.
2021-01-26 07:56:39 -07:00
..
CMakeLists.txt Merge branch 'master' into hdf5_image_io 2021-01-14 14:08:00 -07:00
UnitTestBOVDataSetReader.cxx Simplify getting test file names 2020-08-25 06:17:59 -06:00
UnitTestFileUtils.cxx Generate and test regression-test images with io library updates 2020-12-02 16:24:07 +00:00
UnitTestHDF5Image.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageWriter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPixelTypes.cxx Less verbose logging. 2020-11-20 15:12:23 -05:00
UnitTestVTKDataSetReader.cxx Fix crash when loading poly data with no cells 2020-09-01 14:20:11 -06:00
UnitTestVTKDataSetWriter.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00