vtk-m2/docs/changelog
Kenneth Moreland 5bd60a0b77 Add CreateResult to NewFilter and absorb field mapping
The original version of `Filter` classes had a helper header file named
`CreateResult.h` that had several forms of a `CreateResult` function that
helped correctly create the `DataSet` to be returned from a filter's
`DoExecute`. With the move to the `NewFilter` structure, these functions
did not line up very well with how `DataSet`s should actually be created.

A replacement for these functions have been added as protected helper
methods to `NewFilter` and `NewFilterField`. In addition to moving them
into the filter themselves, the behavior of `CreateResult` has been merged
with the map field to output functionality. The original implementation of
`Filter` did this mapping internally in a different step. The first design
of `NewFilter` required the filter implementer to call a
`MapFieldsOntoOutput` themselves. This new implementation wraps the
functionality of `CreateResult` and `MapFieldsOntoOutput` together so that
the `DataSet` will be created correctly with a single call to
`CreateResult`. This makes it easier to correctly create the output.
2022-01-27 13:27:39 -07:00
..
1.3 docs: update gitlab links to include /-/ component 2020-05-26 14:48:49 -04:00
1.4 Add release notes for v1.4.0 2019-06-26 12:13:47 -04:00
1.5 Add release notes for v1.5.0 2019-10-15 13:40:46 -04:00
1.5.1 Add release notes for v1.5.1 2020-03-13 12:55:43 -04:00
1.6 1.6.0-rc1 is our 7th official release of VTK-m. 2021-04-06 18:28:53 -04:00
1.7 Add release notes for 1.7.0-rc1 2021-10-21 13:08:40 -04:00
allocate-and-fill.md Add BitField::Fill and BitField::AllocateAndFill 2022-01-04 08:50:57 -07:00
arraycopy-precompiled.md Make ArrayCopy not depend on a device compiler 2022-01-24 12:17:23 -07:00
create-result-does-field-map.md Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
EnableUnityBuild.md CMAKE: add unity builds support 2021-11-10 15:03:11 -05:00
get-value-fallback.md Better fallback for ArrayGetValue 2022-01-03 10:08:39 -07:00
NewFilterField.md add changelog 2021-12-15 16:29:38 -07:00
NewFitlerInterface.md Update NewFitlerInterface.md 2021-12-13 16:31:29 -05:00
perlin-noise.md Add changelog for perline noise generator 2021-12-16 09:46:01 -07:00
render-test-improvements.md Expand test_equal_images 2021-12-30 10:53:30 -07:00
unknowncellset.md Add UncertainCellSet 2021-12-15 12:59:18 -07:00