Changeset 3816
- Timestamp:
- Jul 17, 2013, 8:07:02 PM (11 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r3814 r3816 142 142 private variable _cutplanePending 0 143 143 private variable _legendPending 0 144 private variable _outline145 144 private variable _vectorFields 146 145 private variable _scalarFields … … 209 208 $_parser alias legend [itcl::code $this ReceiveLegend] 210 209 211 array set _outline {212 id -1213 afterId -1214 x1 -1215 y1 -1216 x2 -1217 y2 -1218 }219 210 # Initialize the view to some default parameters. 220 211 array set _view { -
trunk/gui/scripts/vtkviewer.tcl
r3815 r3816 160 160 private variable _rotateDelay 150 161 161 private variable _scaleDelay 100 162 163 private variable _outline164 162 } 165 163 … … 223 221 $_parser alias legend [itcl::code $this ReceiveLegend] 224 222 225 array set _outline {226 id -1227 afterId -1228 x1 -1229 y1 -1230 x2 -1231 y2 -1232 }233 223 # Initialize the view to some default parameters. 234 224 array set _view { -
trunk/gui/scripts/vtkvolumeviewer.tcl
r3814 r3816 140 140 private variable _cutplanePending 0 141 141 private variable _legendPending 0 142 private variable _outline143 142 private variable _fields 144 143 private variable _curFldName "" … … 201 200 $_parser alias legend [itcl::code $this ReceiveLegend] 202 201 203 array set _outline {204 id -1205 afterId -1206 x1 -1207 y1 -1208 x2 -1209 y2 -1210 }211 202 # Initialize the view to some default parameters. 212 203 array set _view {
Note: See TracChangeset
for help on using the changeset viewer.