Changeset 5663
- Timestamp:
- Jun 5, 2015, 3:02:05 PM (9 years ago)
- Location:
- trunk/gui/apps
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/driver.cmd
r502 r5663 1 1 @REM %~dp0 = extract directory and path of argument 0 (command executed) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 3 3 @REM These constructs require extended command options (Windows 2000 or later) 4 4 @set M="%~dp0" -
trunk/gui/apps/execute.tcl
r4970 r5663 120 120 } 121 121 122 # Parse command line options to see 122 # Parse command line options to see 123 123 # ---------------------------------------------------------------------- 124 124 Rappture::getopts argv params { -
trunk/gui/apps/flowvis-test
r3177 r5663 89 89 } 90 90 public method flowhints {args} { 91 91 return "" 92 92 } 93 93 public method extents {args} { 94 94 return "3" 95 95 } 96 96 private variable _data "" … … 115 115 set obj [visData #auto $info] 116 116 $widgets(flowvis) add $obj 117 117 puts stderr "name of flow is $obj-component" 118 118 } 119 119 } -
trunk/gui/apps/launcher.tcl
r4970 r5663 258 258 # Note: We're sourcing the driver file "main.tcl" rather than exec-ing 259 259 # wish because we want to see stderr and stdout messages when they 260 # are written, rather than when the program completes. It also 261 # eliminates one process waiting for the other to complete. If 262 # "exec" is needed, then the following could be replaced with 260 # are written, rather than when the program completes. It also 261 # eliminates one process waiting for the other to complete. If 262 # "exec" is needed, then the following could be replaced with 263 263 # blt::bgexec. It doesn't try to redirect stderr into a file. 264 264 set argv $alist -
trunk/gui/apps/rappture-csh.env.in
r4118 r5663 99 99 setenv CLASSPATH "${libdir}/java" 100 100 endif 101 101 102 102 if ( $?R_LIBS ) then 103 103 setenv R_LIBS "${libdir}/R:$R_LIBS" -
trunk/gui/apps/rappture.cmd
r502 r5663 1 1 @REM %~dp0 = extract directory and path of argument 0 (command executed) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 3 3 @REM These constructs require extended command options (Windows 2000 or later) 4 4 @set M="%~dp0" -
trunk/gui/apps/rerun.cmd
r1159 r5663 1 1 @REM %~dp0 = extract directory and path of argument 0 (command executed) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 2 @REM %M:~1,-1 = extract every between first and last charcter (the quotes) 3 3 @REM These constructs require extended command options (Windows 2000 or later) 4 4 @set M="%~dp0" -
trunk/gui/apps/rerun.in
r3177 r5663 14 14 # rerun <runFile>,... 15 15 # 16 # <runFile> - the run.xml file containing an output 16 # <runFile> - the run.xml file containing an output 17 17 # section you would like to re-generate. 18 18 # ... - optional comma separated list of runFiles -
trunk/gui/apps/rpdiff
r4734 r5663 570 570 set path [lindex $argv 3] 571 571 } 572 } 572 } 573 573 574 574 # compute the differences -
trunk/gui/apps/vtkglyphs-test
r4147 r5663 121 121 } 122 122 public method shape {args} { 123 123 return "arrow" 124 124 } 125 125 -
trunk/gui/apps/vtkisosurface-test
r5335 r5663 120 120 return "isosurface" 121 121 } 122 122 123 123 private variable _cname "one" 124 124 private variable _data "" -
trunk/gui/apps/vtkviewer-test
r4147 r5663 98 98 } 99 99 public method shape {args} { 100 100 return "sphere" 101 101 } 102 102
Note: See TracChangeset
for help on using the changeset viewer.