A visualization for complex vector fields that renders the field by treating each vector component or plane as a separate field of complex numbers, which can in turn be rendered as a pair of grayscale images - one for the real component and one for the imaginary.
Host panel for complex vector field visualizations.
Host panel for complex vector field visualizations. Provides a toolbar with common controls and a combo box for selecting between the different complex vector field visualizations.
If you've implemented a new visualization for complex vector fields and
want to plug it into the GUI, provide a name for it to the viewerNames
list and a case for it in the viewerNameToInstance
memoized factory.
Created by gonztobi on 3/6/14.
A visualization for complex vector fields that renders the field by treating each vector component or plane as a separate field of complex numbers, which can in turn be rendered as a pair of grayscale images - one for the real component and one for the imaginary.
This is very similar to the VectorComponentsPanel, which renders each "plane" of the vector as a separate scalar field.
This visualization can take a lot of space. Consider wrapping it in a ScrollPane before installing it in a container panel.