vtk-m2/examples
Kenneth Moreland a17ebdf52a Deprecated vtkm::filter::FilterField
The original design of the filter base class required several specialized
base classes to control what information was pulled from the input
`DataSet` and provided to the derived class. Since the filter base class was
redesigned, the derived classes all get a `DataSet` and pull their own
information from it. Thus, most specialized filter base classes became
unnecessary and removed.

The one substantial exception was the `FilterField`. This filter base class
managed input and output arrays. This was kept separate from the base
`Filter` because not all filters need the ability to select this
information.

That said, this separation has not been particularly helpful. There are
several other features of `Filter` that does not apply to all subclasses.
Furthermore, there are several derived filters that are using `FilterField`
merely to pick a single part, like selecting a coordinate system, and
ignoring the rest of the abilities.

Thus, it makes more sense to deprecate `FilterField` and have these classes
inherit directly from `Filter`.
2024-02-12 08:13:19 +09:00
..
clipping Document data that comes from VisIt tutorial 2023-03-14 12:25:21 -06:00
contour_tree cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
contour_tree_augmented Refer to field by name instead of index to fix crash in contour tree exmaple. 2023-04-07 19:05:07 -07:00
contour_tree_distributed Implement computing branch decomposition info and added unit test 2023-08-25 19:22:59 -04:00
cosmotools cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
demo enable copying for Actor and ConnectivityProxy 2023-06-02 10:32:44 -06:00
game_of_life cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
hello_worklet Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
histogram cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
ising enable copying for Actor and ConnectivityProxy 2023-06-02 10:32:44 -06:00
lagrangian cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
lagrangian_structures cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
logistic_map cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
mesh_quality cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
multi_backend Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
oscillator cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
particle_advection Remove unlicensed data 2023-03-13 13:54:44 -06:00
polyline_archimedean_helix cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
redistribute_points Simplify serialization of DataSet objects 2023-03-03 09:17:44 -07:00
smoke_test cmake: Add makefile against install test 2023-09-11 14:27:36 -04:00
streamline_mpi Merge topic 'remove-unlicensed-data' 2023-03-14 11:42:03 -04:00
temporal_advection Hide Particle class members 2022-12-13 13:19:21 -05:00
tetrahedra Document data that comes from VisIt tutorial 2023-03-14 12:25:21 -06:00
CMakeLists.txt cmake: Add makefile against install test 2023-09-11 14:27:36 -04:00