Changeset 4413 for branches/1.3/gui/apps/vtkisosurface-test
- Timestamp:
- Jun 23, 2014, 12:46:31 AM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 4032,4147,4162
- Property svn:mergeinfo changed
-
branches/1.3/gui/apps/vtkisosurface-test
r3805 r4413 19 19 #\ 20 20 bindir=`dirname $0` ; \ 21 . $bindir/rappture.env ; \ 21 22 exec $bindir/wish "$0" "$@" 22 23 # ---------------------------------------------------------------------- 23 24 # wish executes everything from here on... 24 25 set installdir [file root $argv0]26 set libdir [file join $installdir "lib"]27 28 lappend auto_path $libdir $libdir/vtk $libdir/vtk/tcl29 30 25 package require Itcl 31 26 package require Rappture … … 247 242 248 243 # ---------------------------------------------------------------------- 249 # USAGE: activate_flow250 #251 # ----------------------------------------------------------------------252 proc activate_flow {} {253 global widgets254 # global img_storage_dir255 # "flow capture 117 $img_storage_dir"256 257 set info {flow vectorid 0258 flow particle visible on259 flow lic on260 flow capture 100}261 262 $widgets(command) insert 0 $info263 send_command264 265 }266 267 # ----------------------------------------------------------------------268 244 # TOPLEVEL FOR IMAGES 269 245 # ----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.