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
Michael Migliore
VTK
Commits
ace01dd9
Commit
ace01dd9
authored
Aug 15, 2017
by
Cory Quammen
Browse files
Minor typo cleanup
parent
32215710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Interaction/Widgets/Testing/Cxx/TestPickingManagerWidgets.cxx
View file @
ace01dd9
...
...
@@ -262,7 +262,7 @@ int TestPickingManagerWidgets(int vtkNotUsed(argc), char* vtkNotUsed(argv)[])
maceActor
->
SetMapper
(
maceMapper
.
GetPointer
());
/*--------------------------------------------------------------------------*/
// Multiple Implicit
e
Plane Widgets
// Multiple ImplicitPlane Widgets
/*--------------------------------------------------------------------------*/
// Create a mace out of filters.
//
...
...
@@ -334,7 +334,7 @@ int TestPickingManagerWidgets(int vtkNotUsed(argc), char* vtkNotUsed(argv)[])
planeWidget
->
AddObserver
(
vtkCommand
::
UpdateEvent
,
impPlaneCallback
.
GetPointer
());
//
First
ImplicitPlaneWidget (Red)
//
Second
ImplicitPlaneWidget (Red)
vtkNew
<
vtkImplicitPlaneRepresentation
>
impPlaneRep2
;
impPlaneRep2
->
SetOutlineTranslation
(
0
);
impPlaneRep2
->
SetScaleEnabled
(
0
);
...
...
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