Changeset 5238 for branches/1.4


Ignore:
Timestamp:
Apr 15, 2015, 1:22:37 AM (9 years ago)
Author:
ldelgass
Message:

sync with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/scripts/vtkvolumeviewer.tcl

    r5235 r5238  
    7676    private method BuildViewTab {}
    7777    private method BuildVolumeTab {}
    78     private method DrawLegend {}
    7978    private method ChangeColormap { dataobj comp color }
    8079    private method Combo { option }
     
    8483    private method DoResize {}
    8584    private method DoRotate {}
     85    private method DrawLegend {}
    8686    private method EnterLegend { x y }
    8787    private method EventuallyResize { w h }
     
    9191    private method GetImage { args }
    9292    private method GetVtkData { args }
    93     private method InitSettings { args  }
     93    private method InitSettings { args }
    9494    private method IsValidObject { dataobj }
    9595    private method LeaveLegend {}
     
    149149    private variable _curFldName ""
    150150    private variable _curFldLabel ""
    151     private variable _colorMode "scalar"; #  Mode of colormap (vmag or scalar)
     151    private variable _colorMode "scalar"; # Mode of colormap (vmag or scalar)
    152152    private variable _cutplaneCmd "cutplane"
    153153    private variable _allowMultiComponent 0
     
    988988        SendCmd "imgflush"
    989989        StartBufferingCommands
    990      }
     990    }
    991991    set _first ""
    992992
     993    # No volumes are active (i.e. in the working set of displayed volumes).
     994    # A volume is always invisible if it's not in the working set.  A
     995    # volume in the working set may be visible/invisible depending upon the
     996    # global visibility value.
    993997    SendCmd "dataset visible 0"
    994998    foreach dataobj [get -objects] {
Note: See TracChangeset for help on using the changeset viewer.