Changeset 6412


Ignore:
Timestamp:
Jun 29, 2016, 2:10:52 PM (8 years ago)
Author:
ldelgass
Message:

support sequence of meshes

Location:
trunk/gui/scripts
Files:
3 edited

Legend:

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

    r6031 r6412  
    8686                    set obj [Rappture::Field ::\#auto $xmlobj $path.$name.$cname]
    8787                }
     88                image {
     89                    set obj [Rappture::Image ::\#auto $xmlobj $path.$name.$cname]
     90                }
    8891                map {
    8992                    set obj [Rappture::Map ::\#auto $xmlobj $path.$name.$cname]
    9093                }
    91                 image {
    92                     set obj [Rappture::Image ::\#auto $xmlobj $path.$name.$cname]
     94                mesh {
     95                    set obj [Rappture::Mesh ::\#auto $xmlobj $path.$name.$cname]
    9396                }
    9497                structure {
  • trunk/gui/scripts/sequencedial.tcl

    r5659 r6412  
    5656    itk_option define -interactcommand interactCommand InteractCommand ""
    5757
    58 
    5958    constructor {args} { # defined below }
    6059    destructor { # defined below }
  • trunk/gui/scripts/sequenceresult.tcl

    r6052 r6412  
    498498                pack $w -expand yes -fill both
    499499            }
     500            ::Rappture::Mesh {
     501                Rappture::VtkMeshViewer $w
     502                pack $w -expand yes -fill both
     503            }
    500504            ::Rappture::LibraryObj {
    501505                switch -- [$dataobj element -as type] {
Note: See TracChangeset for help on using the changeset viewer.