Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 01261f: Committing ICE-VisIt functionality for viewing a s...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 01261ff31d07585872fe6f5a1bc42bef52cb56e8
      https://github.com/eclipse/ice/commit/01261ff31d07585872fe6f5a1bc42bef52cb56e8
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2014-11-13 (Thu, 13 Nov 2014)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/AddFileAction.java
    A src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/AddTimeDependentSILOSetAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/VizFileViewer.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/VizResource.java

  Log Message:
  -----------
  Committing ICE-VisIt functionality for viewing a set of SILO files, each
representing an individual time slice. This takes a set of SILO files
and creates a .visit file that contains the name of each file separated
by new line characters. The VisIt engine does the rest. Added the
ability for the individual SILO file names to be viewed as children of
the .visit file in the Visit File TreeViewer. Setup the hooks for those
children to clicked and used to add their own scalar plots in the VisIt
editor, but have not fully implemented it yet. 

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>



Back to the top