vtk-m/vtkm/worklet/colorconversion
Kenneth Moreland 9465d26110 Adjust TransferFunction worklet to get color table as ExecObj argument
Previously, the `TransferFunction` worklet required you to call
`PrepareForExecution` on the `ColorTable` and give that to the
constructor. Bad things can happen if the `ColorTable` used in the
constructor does not match the device the worklet actually gets invoked
on. Change this to make the `ColorTable` a worklet argument of type
`ExecObj`. The dispatcher will automatically call
`ColorTable::PrepareForInput` and guarantee that the devices match.
2020-09-14 13:38:25 -06:00
..
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
Conversions.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ConvertToRGB.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ConvertToRGBA.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
LookupTable.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
Portals.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ShiftScaleToRGB.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ShiftScaleToRGBA.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TransferFunction.h Adjust TransferFunction worklet to get color table as ExecObj argument 2020-09-14 13:38:25 -06:00