#include <OptionPanel.h>
|
Constructor of the option panel. |
|
Disable all panel controls. |
|
Disable the Button switch render mode. |
|
Enable all panel controls. |
|
Enable the Button switch render mode. |
|
Set the render mode responding to the current program state.
|
|
Update the range of the spinners for the color interpolation in dataset 1 |
|
Update the range of the spinners for the color interpolation in dataset 2 |
|
Panel which holds the controls (checkboxes) for the additional datasets |
|
Panel to align all graphical elements on the left. |
|
Radiobutton group which holds the options for arrow plotting (uniform, nonuniform) |
|
Panel that contains all options for arrow plots. |
|
Flag if the first dataset (texture) is enabled or not |
|
Flag if the second dataset (texture) is enabled or not |
|
Spinner for the selected distance of streamlines. |
|
Spinner for the selected distance of streamlines. |
|
The current distance of the streamlines in pixels |
|
The stepsize for the Streamline integration |
|
|
|
|
|
The state if the streamlines should be plotted with glyphs |
|
SpinnerPanel for the grid size (grid of the arrow plot). |
|
Radiobutton group of the selected integration method (euler, runge kutta 2). |
|
Panel which holds the streamline distance spinners |
|
Current max value for the first dataset |
|
Current max value for 2nd dataset |
|
Max value spinner for the first dataset (pressure) |
|
Max spinner for the 2nd dataset (vorticity) |
|
Current min value for the first dataset |
|
Current min value for 2nd dataset |
|
Min value spinner for the first dataset (pressure) |
|
Min spinner for the 2nd dataset (vorticity) |
|
GLUI root element for this window wich controls the appearance and position of the subwindow. |
|
Current peek value for the first dataset |
|
Current peek value for 2nd dataset |
|
Peek spinner for the first dataset (pressure) |
|
Peek spinner for the 2nd dataset (vorticity) |
|
State if Arrow plottin or Streamline mode is enabled. Options are: ARROW_PLOT_MODE = 0 STREAMLINE_PLOT_MODE = 1 Note: LifeVariables.h defines ARROW_PLOT_MODE and STREAMLINE_PLOT_MODE as ProgramState. |
|
Fleg if seed point setting is enabled or not |
|
The number of the arrow plot mode. Options are: UNIFORM_ARROW_PLOT = 0 NONUNIFORM_ARROW_PLOT = 1 Note: LifeVariables.h defines UNIFORM_ARROW_PLOT, NONUNIFORM_ARROW_PLOT. |
|
The size of the Grid in ArrowPlot mode. By default this is set to DEFAULT_ARROW_PLOT_GRIDSIZE. Note: LifeVariables.h defines DEFAULT_ARROW_PLOT_GRIDSIZE |
|
Spinner for the selected grid size. |
|
The number of the streamline integration method. Options are: EULER_INTEGRATION = 0; RK2_INTEGRATION = 1; Note: LifeVariables.h defines EULER_INTEGRATION, RK2_INTEGRATION. By default the option DEFAULT_STREAMLINE_INTEGRATION is set, which is also defined there. |
|
Panel that contains all options for volume visualisation. |
|
Button to switch between the slicing and the volume mode |
|
The state if the Streamlines should be thinner at their ends |
|
Radiobutton group of the selected interpolation mode. |
|
Button to zoom in |
|
Button to zoom out |