vtk-m/vtkm/filter/particleadvection
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
..
AdvectorBaseAlgorithm.h fix compile warnings. 2020-11-21 22:20:20 -05:00
AdvectorBaseAlgorithm.hxx Code cleanup.... 2020-11-19 14:19:26 -05:00
AdvectorBaseThreadedAlgorithm.h add better comment. 2020-11-24 16:07:02 -05:00
BoundsMap.h Remove some print statements. 2020-08-17 16:57:09 -04:00
CMakeLists.txt Add new files to cmakelists 2020-11-19 13:55:27 -05:00
DataSetIntegrator.h Fix deprecation warnings 2021-01-26 07:56:39 -07:00
Messenger.cxx Replace MemStream with the diy serialization code. 2020-08-25 11:38:01 -04:00
Messenger.h Replace MemStream with the diy serialization code. 2020-08-25 11:38:01 -04:00
ParticleAdvectionAlgorithm.h refactor classes. Put in different files. 2020-11-19 13:52:01 -05:00
ParticleMessenger.cxx fix compile error. 2020-11-24 13:48:20 -05:00
ParticleMessenger.h fix compile warnings. 2020-11-21 22:20:20 -05:00
StreamlineAlgorithm.h refactor classes. Put in different files. 2020-11-19 13:52:01 -05:00