Ignore:
Timestamp:
May 1, 2015 1:39:34 PM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

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

    r5347 r5383  
    137137
    138138    private variable _arcball ""
    139     private variable _dlist ""     ;    # list of data objects
    140     private variable _obj2ovride   ;    # maps dataobj => style override
    141     private variable _datasets     ;    # contains all the dataobj-component
    142                                    ;    # datasets in the server
    143     private variable _colormaps    ;    # contains all the colormaps
    144                                    ;    # in the server.
    145     private variable _dataset2style    ;# maps dataobj-component to transfunc
    146 
    147     private variable _click        ;    # info used for rotate operations
    148     private variable _limits       ;    # autoscale min/max for all axes
    149     private variable _view         ;    # view params for 3D view
     139    private variable _dlist "";         # list of data objects
     140    private variable _obj2ovride;       # maps dataobj => style override
     141    private variable _datasets;         # contains all the dataobj-component
     142                                        # datasets in the server
     143    private variable _colormaps;        # contains all the colormaps
     144                                        # in the server.
     145    private variable _dataset2style;    # maps dataobj-component to transfunc
     146
     147    private variable _click;            # info used for rotate operations
     148    private variable _limits;           # autoscale min/max for all axes
     149    private variable _view;             # view params for 3D view
    150150    private variable _settings
    151151    private variable _reset 1;          # Connection to server has been reset.
    152152
    153     private variable _first ""     ;    # This is the topmost dataset.
     153    private variable _first "";         # This is the topmost dataset.
    154154    private variable _start 0
    155155    private variable _title ""
    156156
    157     private common _downloadPopup;      # download options from popup
    158     private common _hardcopy
    159157    private variable _width 0
    160158    private variable _height 0
     
    169167    private variable _cutplaneCmd "imgcutplane"
    170168    private variable _allowMultiComponent 0
     169
     170    private common _downloadPopup;      # download options from popup
     171    private common _hardcopy
    171172}
    172173
Note: See TracChangeset for help on using the changeset viewer.