Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Wittenburg
VTK
Commits
ad5b8d89
Commit
ad5b8d89
authored
Dec 08, 2017
by
Utkarsh Ayachit
⛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix invalid `vtk.vtk....` usage in spatialRepAll.
parent
5ab44fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Filters/General/Testing/Python/spatialRepAll.py
Filters/General/Testing/Python/spatialRepAll.py
+1
-1
No files found.
Filters/General/Testing/Python/spatialRepAll.py
View file @
ad5b8d89
...
...
@@ -53,7 +53,7 @@ class spatialRepAll(vtk.test.Testing.vtkTest):
locator
[
idx
].
AutomaticOff
()
locator
[
idx
].
SetMaxLevel
(
3
)
boxes
.
append
(
vtk
.
vtk
.
vtk
SpatialRepresentationFilter
())
boxes
.
append
(
vtk
.
vtkSpatialRepresentationFilter
())
boxes
[
idx
].
SetInputConnection
(
asource
.
GetOutputPort
())
boxes
[
idx
].
SetSpatialRepresentation
(
locator
[
idx
])
boxes
[
idx
].
SetGenerateLeaves
(
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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