Skip to content

Scalar bar transfer function: skipping ghosts.

The scalar bar transfer function wasn't using the ghost aware range API from VTK. As a consequence, hidden ghosts in image data were counted in the range, but they shouldn't.

The stored ranges by the ParaView GUI are now computed using a ghost aware range.

Merge request reports