Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lucas Gandel
VTK
Commits
8b3d93bf
Commit
8b3d93bf
authored
Apr 06, 2012
by
Dave DeMarle
Browse files
Merge branch 'fix-python-vtk-inputs-r-rel' into release
Change-Id: I31e5f285ab373253bc3558ae29a76a4d57cf2b6f
parents
68b73f89
1ece67f0
Changes
11
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/vtk/gtk/GtkGLExtVTKRenderWindow.py
View file @
8b3d93bf
...
...
@@ -521,7 +521,7 @@ def main():
cone
=
vtk
.
vtkConeSource
()
cone
.
SetResolution
(
80
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
#coneActor = vtk.vtkLODActor()
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -280,7 +280,7 @@ def main():
cone
=
vtk
.
vtkConeSource
()
cone
.
SetResolution
(
80
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
#coneActor = vtk.vtkLODActor()
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/gtk/GtkVTKRenderWindow.py
View file @
8b3d93bf
...
...
@@ -505,7 +505,7 @@ def main():
cone
=
vtk
.
vtkConeSource
()
cone
.
SetResolution
(
80
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
#coneActor = vtk.vtkLODActor()
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/gtk/GtkVTKRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -273,7 +273,7 @@ def main():
cone
=
vtk
.
vtkConeSource
()
cone
.
SetResolution
(
80
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
#coneActor = vtk.vtkLODActor()
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/qt/QVTKRenderWidget.py
View file @
8b3d93bf
...
...
@@ -457,7 +457,7 @@ def QVTKRenderWidgetConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/qt/QVTKRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -330,7 +330,7 @@ def QVTKRenderWidgetConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/qt4/QVTKRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -368,7 +368,7 @@ def QVTKRenderWidgetConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/tk/vtkTkRenderWidget.py
View file @
8b3d93bf
...
...
@@ -450,7 +450,7 @@ def vtkRenderWidgetConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/tk/vtkTkRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -377,7 +377,7 @@ def vtkRenderWindowInteractorConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/wx/wxVTKRenderWindow.py
View file @
8b3d93bf
...
...
@@ -748,7 +748,7 @@ def wxVTKRenderWindowConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py
View file @
8b3d93bf
...
...
@@ -695,7 +695,7 @@ def wxVTKRenderWindowInteractorConeExample():
cone
.
SetResolution
(
8
)
coneMapper
=
vtk
.
vtkPolyDataMapper
()
coneMapper
.
SetInput
(
cone
.
GetOutput
())
coneMapper
.
SetInput
Connection
(
cone
.
GetOutput
Port
())
coneActor
=
vtk
.
vtkActor
()
coneActor
.
SetMapper
(
coneMapper
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment