vtk-m2/vtkm/filter/contour
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 add multislice filter 2023-10-12 10:08:53 -04:00
worklet Allow floating-point isovalues for contours of integer fields 2023-12-15 16:26:17 -07:00
AbstractContour.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
ClipWithField.cxx Update clip filter's field map to work on any field type 2023-01-24 11:14:51 -07:00
ClipWithField.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
ClipWithImplicitFunction.cxx Update clip with implicit function filter's field map 2023-03-21 13:33:30 -06:00
ClipWithImplicitFunction.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
CMakeLists.txt add multislice filter 2023-10-12 10:08:53 -04:00
Contour.cxx Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
Contour.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
ContourFlyingEdges.cxx Allow floating-point isovalues for contours of integer fields 2023-12-15 16:26:17 -07:00
ContourFlyingEdges.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourMarchingCells.cxx Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
ContourMarchingCells.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
MIRFilter.cxx Support any cell type in MIR filter 2023-08-17 10:11:25 -04:00
MIRFilter.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
Slice.cxx Slice should support slicing along non-zero values 2022-09-12 16:09:07 -04:00
Slice.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
SliceMultiple.cxx add merge data sets filter 2023-11-21 15:31:59 -05:00
SliceMultiple.h add multislice filter 2023-10-12 10:08:53 -04:00
vtkm.module add multislice filter 2023-10-12 10:08:53 -04:00