- Timestamp:
- Apr 28, 2015, 4:06:24 PM (10 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkglyphviewer.tcl
r5195 r5336 158 158 # ---------------------------------------------------------------------- 159 159 itcl::body Rappture::VtkGlyphViewer::constructor {hostlist args} { 160 package require vtk161 160 set _serverType "vtkvis" 162 161 -
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r5195 r5336 182 182 # ---------------------------------------------------------------------- 183 183 itcl::body Rappture::VtkIsosurfaceViewer::constructor {hostlist args} { 184 package require vtk185 184 set _serverType "vtkvis" 186 185 -
trunk/gui/scripts/vtkmeshviewer.tcl
r5334 r5336 134 134 # ---------------------------------------------------------------------- 135 135 itcl::body Rappture::VtkMeshViewer::constructor {hostlist args} { 136 package require vtk137 136 set _serverType "vtkvis" 138 137 -
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r5195 r5336 164 164 # ---------------------------------------------------------------------- 165 165 itcl::body Rappture::VtkStreamlinesViewer::constructor {hostlist args} { 166 package require vtk167 166 set _serverType "vtkvis" 168 167 -
trunk/gui/scripts/vtksurfaceviewer.tcl
r5195 r5336 159 159 # ---------------------------------------------------------------------- 160 160 itcl::body Rappture::VtkSurfaceViewer::constructor {hostlist args} { 161 package require vtk162 161 set _serverType "vtkvis" 163 162 -
trunk/gui/scripts/vtkvolumeviewer.tcl
r5264 r5336 181 181 # ---------------------------------------------------------------------- 182 182 itcl::body Rappture::VtkVolumeViewer::constructor {hostlist args} { 183 package require vtk184 183 set _serverType "vtkvis" 185 184
Note: See TracChangeset
for help on using the changeset viewer.