Skip to content

Commit

Permalink
ENH: VTK python test scripts can call Start() on the interactor
Browse files Browse the repository at this point in the history
rtImagetest.py allow python tests to call Start() on the
interactor. Most python tests currently comment out the Start() method
on their interactor. This cuased confusion and made the tests less
useable as standalone python examples.
  • Loading branch information
lorensen committed Apr 28, 2017
1 parent 32ae6c7 commit e06a757
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
iren.Initialize()
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestFitImplicitFunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPCANormalEstimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPCANormalEstimation2.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointDensityFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointDensityGradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointInterpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointInterpolator2.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointInterpolator2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointInterpolator2D2.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
# render the image
#
renWin.Render()
#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestPointOccupancyFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestRadiusOutlierRemoval.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestSPHInterpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
iren.Initialize()
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestSPHInterpolator2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
iren.Initialize()
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
iren.Initialize()
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestSignedDistanceFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()
2 changes: 1 addition & 1 deletion Filters/Points/Testing/Python/TestVoxelGridFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
#
renWin.Render()

#iren.Start()
iren.Start()

0 comments on commit e06a757

Please sign in to comment.