Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 520

vtk-examples-6.0.0-8.mga5.i586.rpm


package require vtk

vtkRandomGraphSource src

vtkGraphLayoutView view
view AddRepresentationFromInputConnection [src GetOutputPort]
view ResetCamera
set window [view GetRenderWindow]
[$window GetInteractor] Start
wm withdraw .