Ignore:
Timestamp:
Oct 1, 2013 8:58:05 PM (11 years ago)
Author:
gah
Message:

fix in scale method to component overall limits for each component.

File:
1 edited

Legend:

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

    r3974 r3975  
    7878    private method ParseMarkersOption { cname markers }
    7979    private method BuildVolumeComponents {}
    80     private variable _serverDatasets   ;# contains all the dataobj-component
    81                                    ;# to volumes in the server
     80
    8281    private variable _current "";       # Currently selected component
    8382    private variable _volcomponents   ; # Array of components found
     
    463462    eval itk_initialize $args
    464463    Connect
    465     update
    466464}
    467465
     
    934932        set tag $this-print-$info(-token)
    935933        set _hardcopy($tag) $bytes
    936     }
    937     if { $_legendPending } {
    938         RequestLegend
    939934    }
    940935}
     
    28282823        return ""
    28292824    }
    2830     set list ""
    2831     foreach tag $_volcomponents($cname) {
    2832         if { ![info exists _serverDatasets($tag)] } {
    2833             continue
    2834         }
    2835         lappend list $tag
    2836     }
    2837     return $list
     2825    return $_volcomponents($cname)
    28382826}
    28392827
Note: See TracChangeset for help on using the changeset viewer.