- Timestamp:
- May 14, 2016, 1:53:23 PM (8 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkglyphviewer.tcl
r6303 r6332 151 151 private variable _rotatePending 0 152 152 private variable _cutplanePending 0 153 private variable _field ""154 153 private variable _colorMode "vmag"; # Mode of colormap (vmag or scalar) 155 154 private variable _fields -
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r6330 r6332 160 160 private variable _rotatePending 0 161 161 private variable _cutplanePending 0 162 private variable _field ""163 162 private variable _colorMode "scalar"; # Mode of colormap (vmag or scalar) 164 163 private variable _fields -
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r6303 r6332 145 145 private variable _curFldName "" 146 146 private variable _curFldLabel "" 147 private variable _field ""148 147 private variable _streamlinesLength 0 149 148 private variable _numSeeds 200 -
trunk/gui/scripts/vtksurfaceviewer.tcl
r6329 r6332 139 139 private variable _legendPending 0 140 140 private variable _rotatePending 0 141 private variable _field ""142 141 private variable _colorMode "scalar"; # Mode of colormap (vmag or scalar) 143 142 private variable _fields
Note: See TracChangeset
for help on using the changeset viewer.