Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-build] [eclipse/ice] 569b33: Updating the ParaView plot widgets to conform with...

A more recent picture. I've been fighting with the ParaView web and python APIs most of the day.

I think I've ironed out all of the issues with multiple views. However, there may be issues that arise in the future. For instance, I believe changing the timestep will affect all views at the same time, because ParaView uses a single "AnimationScene" for all of its renderings (at least according to their documentation). I verified that changing the current timestep in one view does in fact change any other views. There may also be a similar issue with the legend/"scalar bar", as "all proxies colored by the same array name share a color transfer function (lookup table), and therefore also share a scalar bar representation".

Jordan
Jordan Deyton
Oak Ridge National Laboratory
Telephone: (865) 574-1091
Email: deytonjh@xxxxxxxx
On 3/11/2015 6:31 PM, GitHub wrote:
  Branch: refs/heads/jordan/ParaViewVizService
  Home:   https://github.com/eclipse/ice
  Commit: 569b334a3b06f9e68868070e7f831915c80078c3
      https://github.com/eclipse/ice/commit/569b334a3b06f9e68868070e7f831915c80078c3
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/connections/paraview/ParaViewConnectionAdapter.java
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlot.java
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlotRender.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/MultiPlot.java

  Log Message:
  -----------
  Updating the ParaView plot widgets to conform with the latest version of
the HTTP proxy server.
Renamed an abstract method in MultiPlot.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: d1e9e5f1fc544e1f8a799a11d511e455b3a04156
      https://github.com/eclipse/ice/commit/d1e9e5f1fc544e1f8a799a11d511e455b3a04156
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlotRender.java

  Log Message:
  -----------
  Fixed the ParaViewPlotRender to pull the current plot category and type.
It can only add additional data to the plot as there will need to be
additional logic (and perhaps more widgets) to handle unselecting
plotted values.

Added an ActionTree that can be used to change the representation. It
pulls from the available representations that the ParaView server
provides.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/b4794e9eb842...d1e9e5f1fc54


_______________________________________________
ice-build mailing list
ice-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-build

Attachment: two_paraview_views.png
Description: PNG image


Back to the top