Ignore:
Timestamp:
Apr 1, 2009, 4:55:25 PM (16 years ago)
Author:
gah
Message:

First pass at changes to visualization widgets.

nanovisview.tcl use png icons.
visviewer.tcl change to sidebar layout
molvisviewer.tcl use png icons, fixed for sidebar layout.
heightmapviewer.tcl use png icons, fixed for sidebar layout.
flowvisviewer.tcl use png icons, fixed for sidebar layout.

resultviewer.tcl recognize flow data
field.tcl recognize unirect3d mesh.
field3dresult.tcl load FlowvisViewer? component description.
panes.tcl added horizontal panes. Need cursor fix. Must specify

correct cursor from options.

unirect2d.tcl added "axisorder" tag to specify order of field data.

Changed name to Unirect2d from UniRect2d.

unirect3d.tcl added "axisorder" tag to specify order of field data.

Right now, this is a test platform for me for flow
visualizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/resultviewer.tcl

    r1342 r1373  
    254254                        set mesh [$dataobj mesh]
    255255                        set fmt [expr {("" != $mesh) ? "vtk" : "nanovis"}]
     256                        set extents [$dataobj extents]
     257                        if { $extents == 3 } {
     258                            set fmt "flowvis"
     259                        }
    256260                        set w $itk_interior.field3D
    257261                        Rappture::Field3DResult $w -mode $fmt
Note: See TracChangeset for help on using the changeset viewer.