vtk-m/vtkm/worklet/colorconversion
Ben Boeckel 1541cfa8a6 clang-tidy: fix bugprone-incorrect-roundings lints
Adding `0.5` is not correct in all cases. Namely, adding `0.5` will
cause the value immediately before it to be rounded to `1` due to the
"round to nearest even" rule. Trust the standard library to get this
right.
2023-12-01 07:01:11 -05:00
..
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
Conversions.h clang-tidy: fix bugprone-incorrect-roundings lints 2023-12-01 07:01:11 -05:00
ConvertToRGB.h Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
ConvertToRGBA.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
LookupTable.h LookupTable: Shift computed idx by 1 2023-08-18 08:29:50 -04: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