vtk-m/vtkm/source
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
..
testing Fix deprecation warnings 2021-01-26 07:56:39 -07:00
CMakeLists.txt Move Oscillator to the sources directory 2019-09-16 12:36:01 -04:00
Oscillator.cxx Move Oscillator to the sources directory 2019-09-16 12:36:01 -04:00
Oscillator.h Move Oscillator to the sources directory 2019-09-16 12:36:01 -04:00
Source.cxx Sources have a more consistent API and internal style. 2019-09-13 10:22:25 -04:00
Source.h Sources have a more consistent API and internal style. 2019-09-13 10:22:25 -04:00
Tangle.cxx Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
Tangle.h Move Oscillator to the sources directory 2019-09-16 12:36:01 -04:00
Wavelet.cxx Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
Wavelet.h Update Wavelet to use WorkletVisitPointsWithCells 2019-09-13 16:11:14 -04:00