open_viewmin.filter_tree_plot_Qt.menus.add_actors_widgets#

Dialogues for creation of certain data visualization types

Functions#

make_add_glyphs_widget(plotter[, mesh_name])

Launch a Qt dialog for defining new glyphs

make_add_surface_streamlines_widget(plotter[, mesh_name])

Launch a Qt dialog for defining new streamlines

make_add_tensor_ellipsoids_widget(plotter[, ...])

Launch a Qt dialog for defining new tensor ellipsoids

Module Contents#

make_add_glyphs_widget(plotter, mesh_name=None)#

Launch a Qt dialog for defining new glyphs

Parameters:
make_add_surface_streamlines_widget(plotter, mesh_name=None)#

Launch a Qt dialog for defining new streamlines

Parameters:
make_add_tensor_ellipsoids_widget(plotter, actor_name=None, mesh_name=None, tensor_field_name=None, inplace=False)#

Launch a Qt dialog for defining new tensor ellipsoids

Parameters:
  • plotter (open_viewmin.FilterTreePlotQt)

  • actor_name (str or None, optional) – Name of new ellipsoids mesh

  • mesh_name (str or None, optional) – Mesh on which to draw streamlines

  • tensor_field_name (str or None, optional) – Array name of symmetric tensor field to be visualized

  • inplace (bool, optional) – Whether to update an existing ellipsoids mesh