Skip to content
  • David Gobbi's avatar
    Check for NaN when using a log scale with vtkLookupTable · f891d5d7
    David Gobbi authored
    The NaN check was only done for the linear scale, the log scale missed
    the check, and NaN would be displayed in the BelowRangeColor instead of
    the NanColor.  For performance reasons, the NaN check is only performed
    on floating-point values, not on integer values.
    f891d5d7