This file is indexed.

/usr/lib/tcltk/vtk-6.0/vtkinteraction/vtkinteraction.tcl is in tcl-vtk6 6.0.0-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
package require -exact vtkrenderingcore 6.0
package require -exact vtkrenderingopengl 6.0

# We need Tk to implement the interactive features.
package require Tk

# Load the interaction features.
foreach s {Interactor bindings-rw bindings-iw bindings setget} {
  source [file join [file dirname [info script]] "${s}.tcl"]
}

package provide vtkinteraction 6.0