vtk-m/vtkm/source
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
..
testing Make source parameters more clear 2022-12-01 08:13:58 -07:00
Amr.cxx Make source parameters more clear 2022-12-01 08:13:58 -07:00
Amr.h Make source parameters more clear 2022-12-01 08:13:58 -07:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Oscillator.cxx Oscillator: use a type of the right size for oIdx 2023-12-01 07:01:11 -05:00
Oscillator.h Make source parameters more clear 2022-12-01 08:13:58 -07:00
PerlinNoise.cxx Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
PerlinNoise.h Change auto seed behavior in PerlinNoise source 2022-12-06 12:21:04 -07:00
Source.h Merge branch 'source_execute' of https://gitlab.kitware.com/ollielo/vtk-m into source_execute 2022-08-18 08:40:56 -06:00
Tangle.cxx Make source parameters more clear 2022-12-01 08:13:58 -07:00
Tangle.h Make source parameters more clear 2022-12-01 08:13:58 -07:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00
Wavelet.cxx Make source parameters more clear 2022-12-01 08:13:58 -07:00
Wavelet.h Make source parameters more clear 2022-12-01 08:13:58 -07:00