Skip to content

Add support for cycling data, arrays and components

Mathieu Westphal (Kitware) requested to merge LoopScalars into master

This add support for cycling scalars through data, arrays and components. See the doc change for the behavior description.

Peek_2020-12-31_05-16

This also separate the vtkF3DRenderer in two classes, vtkF3DRenderer and a new cless inheriting from it, vtkF3DRenderWithColoring that handles all the coloring and the actors and mappers provided by the vtkF3DGenericImporter only. F3D is always using a vtkF3DRendererWithColoring but could use a vtkF3DRenderer when using a full scene format. The overhead of using the vtkF3DRendererWithColoring with a full scene format is minimal.

This changes slightly the wording of the color bar title, adding Magnitude when coloring with magnitude.

This makes many changes and fixes to the cheatsheet. It nows only shows hotkeys which could be used with the loaded file, it especially doesn't show the coloring hotkeys with full scene format. It now shows the data, arrays and component currently in use for coloring.

Peek_2020-12-31_05-18

Fix #85 (closed)

Edited by Mathieu Westphal (Kitware)

Merge request reports