- Timestamp:
- Apr 29, 2015, 2:48:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/field.tcl
r5354 r5355 158 158 private variable _comp2unirect3d; # cname => unirect3d obj 159 159 private variable _comp2style; # cname => style settings 160 private variable _comp2cntls; # cname => x,y control points 161 private variable _comp2extents 162 private variable _comp2limits; # 160 private variable _comp2cntls; # cname => x,y control points (1D only) 161 private variable _comp2extents; # cname => extents (Only for unirect) 162 private variable _comp2limits; # Array of limits per component 163 163 private variable _comp2flowhints 164 164 private variable _comp2mesh; # list: mesh obj, BLT vector of values … … 166 166 private variable _values ""; # Only for unirect2d - list of values 167 167 168 private common _alwaysConvertDX 0; 168 private common _alwaysConvertDX 0; # If set, convert DX and store as VTK, 169 # even if viewer is nanovis/flowvis 169 170 private common _counter 0; # counter for unique vector names 170 171 }
Note: See TracChangeset
for help on using the changeset viewer.