vtk-m/vtkm/filter/testing
Kenneth Moreland 84bc723121 Make source parameters more clear
Originally, most of the sources used constructor parameters to set the
various options of the source. Although convenient, it was difficult to
keep track of what each parameter meant. To make the code more clear,
source parameters are now set with accessor functions (e.g.
`SetPointDimensions`). Although this makes code more verbose, it helps
prevent mistakes and makes the changes more resilient to future changes.
2022-12-01 08:13:58 -07:00
..
CMakeLists.txt Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
UnitTestFieldSelection.cxx Allow FieldSelection to simultaneously include and exclude fields 2022-11-03 12:57:59 -06:00
UnitTestMapFieldMergeAverage.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
UnitTestMapFieldPermutation.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
UnitTestMultiBlockFilter.cxx Make source parameters more clear 2022-12-01 08:13:58 -07:00
UnitTestPartitionedDataSetFilters.cxx Change of Field::Association names. 2022-08-29 06:40:42 -04:00