All public logs
From KitwarePublic
Jump to navigationJump to search
Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:35, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Python/Widgets/BalloonWidget (content was: "File:VTK_Examples_Python_Widgets_BalloonWidget-1.png File:VTK_Examples_Python_Widgets_BalloonWidget-2.png ==BalloonWidget.py== <source lang="python"> #!/usr/bin/env python import vtk # Sphere sphereSource = vtk.vtkSphereSource() sphereSource.SetCenter(-4.0, 0.0, 0.0) sphereSource.SetRadius(4.0) sphereMapper = vtk.vtkPolyDataMapper() sphereMapper.SetInputConnection(sphereSource.GetOutputPort()) sphereActor = vtk.vtkActor() sphereActor.SetMapper(sphereMapper)...")