Ignore:
Timestamp:
Dec 27, 2011, 2:38:51 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkviewer.tcl

    r2671 r2743  
    1515package require BLT
    1616#package require Img
    17 package require vtk
    1817
    1918option add *VtkViewer.width 4i widgetDefault
     
    6564    public method scale {args}
    6665
    67     protected variable _serverType "vtkvis"
    6866    protected method Connect {}
    6967    protected method CurrentDatasets {args}
     
    155153# ----------------------------------------------------------------------
    156154itcl::body Rappture::VtkViewer::constructor {hostlist args} {
     155    set _serverType "vtkvis"
     156    package require vtk
     157
    157158    # Rebuild event
    158159    $_dispatcher register !rebuild
Note: See TracChangeset for help on using the changeset viewer.