Package

cogdebugger.ui.fieldvisualizations

complexvector

Permalink

package complexvector

Visibility
  1. Public
  2. All

Type Members

  1. class ComplexVectorComponentsView extends WrapPanel with EventDrivenViewer with ZoomProperty with RestorableState with ToolbarItems

    Permalink

    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.

    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.

  2. class ComplexVectorSuperPanel extends ViewerSuperPanel

    Permalink

    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.

Value Members

  1. object ComplexVectorSuperPanel

    Permalink

Ungrouped