vtk-m/vtkm/filter/contour
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
..
testing Make source parameters more clear 2022-12-01 08:13:58 -07:00
worklet Removed ExecutionWholeArray class 2022-10-27 15:07:41 -06:00
ClipWithField.cxx Merge topic 'fix-clip-typelist' 2022-10-13 14:08:56 -04:00
ClipWithField.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ClipWithImplicitFunction.cxx Merge topic 'fix-clip-typelist' 2022-10-13 14:08:56 -04:00
ClipWithImplicitFunction.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Contour.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
Contour.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
MIRFilter.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
MIRFilter.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Slice.cxx Slice should support slicing along non-zero values 2022-09-12 16:09:07 -04:00
Slice.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00