open_viewmin.filter_tree_plot_Qt.menus.visualization_options#
Define actions and set up dialogs for actor visualization options accessed by a dropdown menu in the actor’s control toolbar
Attributes#
Functions#
|
Color an actor by its most recently used scalar dataset |
|
Create dropdown menu of actor customizations |
|
Toggle apolar flag for orientations. |
|
Launch dialog to set circuit filter settings. |
|
Launch system color dialog to set solid color of a mesh |
|
Launch dialog to set glyph filter settings. |
|
|
|
Launch dialog for coloring a mesh by a scalar array. |
|
|
|
Launch dialog to set centroids filter settings. |
|
Update visualization options dropdown menu in an actor's control |
|
Launch dialog to remove a mesh. |
|
Launch dialog to rename a mesh. |
|
Launch dialog for opacity and lighting settings. |
|
Launch dialog to set streamlines filter settings. |
|
Launch dialog to set tensor ellipsoids filter settings. |
|
Toggle visibility of mesh's colorbar, if it exists. |
Module Contents#
- active_scalars_color_callback(plotter, actor_name)#
Color an actor by its most recently used scalar dataset
- Parameters:
plotter (
FilterTreePlot
)actor_name (str)
- add_visualization_options_menu(actor_control_toolbar)#
Create dropdown menu of actor customizations
- Parameters:
actor_control_toolbar (open_viewmin.filter_tree_plot_Qt.widgets_Qt.controls.ActorControlToolbar) – Actor control toolbar to which menu will be added.
- Return type:
qtpy.QtWidgets.QPushButton
- apolar_callback(plotter, actor_name)#
Toggle apolar flag for orientations.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- circuit_options_callback(plotter, actor_name)#
Launch dialog to set circuit filter settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- color_picker(plotter, actor_name)#
Launch system color dialog to set solid color of a mesh
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str) – Name of mesh to color
- glyph_settings_choice_callback(plotter, actor_name)#
Launch dialog to set glyph filter settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- line_settings_callback(plotter, actor_name)#
- make_color_array_widget(plotter, actor_name)#
Launch dialog for coloring a mesh by a scalar array.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- make_line_settings_widget(plotter, actor_name)#
- num_centroids_callback(plotter, actor_name)#
Launch dialog to set centroids filter settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- populate_viz_options_menu(plotter, actor_name, viz_options_button=None)#
Update visualization options dropdown menu in an actor’s control toolbar.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
viz_options_button (qtpy.QtWidgets.QPushButton, optional)
- remove_callback(plotter, actor_name)#
Launch dialog to remove a mesh.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- rename_callback(plotter, actor_name)#
Launch dialog to rename a mesh.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- set_opacity_callback(plotter, actor_name)#
Launch dialog for opacity and lighting settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- streamlines_settings_callback(plotter, actor_name)#
Launch dialog to set streamlines filter settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- tensor_ellipsoids_settings_callback(plotter, actor_name)#
Launch dialog to set tensor ellipsoids filter settings.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- toggle_colorbar_callback(plotter, actor_name)#
Toggle visibility of mesh’s colorbar, if it exists.
- Parameters:
plotter (
FilterTreePlotQt
)actor_name (str)
- colormaps_list#