Changeset 5370


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

merge r5367 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5367
  • branches/1.4/gui/scripts/nanovisviewer.tcl

    r5349 r5370  
    1717package require Img
    1818
    19 #
    20 # FIXME:
    21 #       Need to Add DX readers this client to examine the data before
    22 #       it's sent to the server.  This will eliminate 90% of the insanity in
    23 #       computing the limits of all the volumes.  I can rip out all the
    24 #       "receive data" "send transfer function" event crap.
    25 #
    26 #       This means we can compute the transfer function (relative values) and
    27 #       draw the legend min/max values without waiting for the information to
    28 #       come from the server.  This will also prevent the flashing that occurs
    29 #       when a new volume is drawn (using the default transfer function) and
    30 #       then when the correct transfer function has been sent and linked to
    31 #       the volume.
    32 #
    3319option add *NanovisViewer.width 4i widgetDefault
    3420option add *NanovisViewer*cursor crosshair widgetDefault
Note: See TracChangeset for help on using the changeset viewer.