Changeset 4032


Ignore:
Timestamp:
Nov 4, 2013 11:15:43 AM (10 years ago)
Author:
ldelgass
Message:

remove unused proc

Location:
trunk/gui/apps
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/geoviewer-test

    r4029 r4032  
    183183
    184184# ----------------------------------------------------------------------
    185 # USAGE: activate_flow
    186 #
    187 # ----------------------------------------------------------------------
    188 proc activate_flow {} {
    189     global widgets
    190     # global img_storage_dir
    191     # "flow capture 117 $img_storage_dir"
    192 
    193     set info {flow vectorid 0
    194               flow particle visible on
    195               flow lic on
    196               flow capture 100}
    197 
    198     $widgets(command) insert 0 $info
    199     send_command
    200 
    201 }
    202 
    203 # ----------------------------------------------------------------------
    204185# TOPLEVEL FOR IMAGES
    205186# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkglyphs-test

    r3755 r4032  
    249249
    250250# ----------------------------------------------------------------------
    251 # USAGE: activate_flow
    252 #
    253 # ----------------------------------------------------------------------
    254 proc activate_flow {} {
    255     global widgets
    256     # global img_storage_dir
    257     # "flow capture 117 $img_storage_dir"
    258 
    259     set info {flow vectorid 0
    260               flow particle visible on
    261               flow lic on
    262               flow capture 100}
    263 
    264     $widgets(command) insert 0 $info
    265     send_command
    266 
    267 }
    268 
    269 # ----------------------------------------------------------------------
    270251# TOPLEVEL FOR IMAGES
    271252# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkheightmap-test

    r3755 r4032  
    247247
    248248# ----------------------------------------------------------------------
    249 # USAGE: activate_flow
    250 #
    251 # ----------------------------------------------------------------------
    252 proc activate_flow {} {
    253     global widgets
    254     # global img_storage_dir
    255     # "flow capture 117 $img_storage_dir"
    256 
    257     set info {flow vectorid 0
    258               flow particle visible on
    259               flow lic on
    260               flow capture 100}
    261 
    262     $widgets(command) insert 0 $info
    263     send_command
    264 
    265 }
    266 
    267 # ----------------------------------------------------------------------
    268249# TOPLEVEL FOR IMAGES
    269250# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkisosurface-test

    r3755 r4032  
    247247
    248248# ----------------------------------------------------------------------
    249 # USAGE: activate_flow
    250 #
    251 # ----------------------------------------------------------------------
    252 proc activate_flow {} {
    253     global widgets
    254     # global img_storage_dir
    255     # "flow capture 117 $img_storage_dir"
    256 
    257     set info {flow vectorid 0
    258               flow particle visible on
    259               flow lic on
    260               flow capture 100}
    261 
    262     $widgets(command) insert 0 $info
    263     send_command
    264 
    265 }
    266 
    267 # ----------------------------------------------------------------------
    268249# TOPLEVEL FOR IMAGES
    269250# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkstreamlines-test

    r3755 r4032  
    246246
    247247# ----------------------------------------------------------------------
    248 # USAGE: activate_flow
    249 #
    250 # ----------------------------------------------------------------------
    251 proc activate_flow {} {
    252     global widgets
    253     # global img_storage_dir
    254     # "flow capture 117 $img_storage_dir"
    255 
    256     set info {flow vectorid 0
    257               flow particle visible on
    258               flow lic on
    259               flow capture 100}
    260 
    261     $widgets(command) insert 0 $info
    262     send_command
    263 
    264 }
    265 
    266 # ----------------------------------------------------------------------
    267248# TOPLEVEL FOR IMAGES
    268249# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkviewer-test

    r3177 r4032  
    287287
    288288# ----------------------------------------------------------------------
    289 # USAGE: activate_flow
    290 #
    291 # ----------------------------------------------------------------------
    292 proc activate_flow {} {
    293     global widgets
    294     # global img_storage_dir
    295     # "flow capture 117 $img_storage_dir"
    296 
    297     set info {flow vectorid 0
    298               flow particle visible on
    299               flow lic on
    300               flow capture 100}
    301 
    302     $widgets(command) insert 0 $info
    303     send_command
    304 
    305 }
    306 
    307 # ----------------------------------------------------------------------
    308289# TOPLEVEL FOR IMAGES
    309290# ----------------------------------------------------------------------
  • trunk/gui/apps/vtkvolume-test

    r3755 r4032  
    246246
    247247# ----------------------------------------------------------------------
    248 # USAGE: activate_flow
    249 #
    250 # ----------------------------------------------------------------------
    251 proc activate_flow {} {
    252     global widgets
    253     # global img_storage_dir
    254     # "flow capture 117 $img_storage_dir"
    255 
    256     set info {flow vectorid 0
    257               flow particle visible on
    258               flow lic on
    259               flow capture 100}
    260 
    261     $widgets(command) insert 0 $info
    262     send_command
    263 
    264 }
    265 
    266 # ----------------------------------------------------------------------
    267248# TOPLEVEL FOR IMAGES
    268249# ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.