Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tristan Coulange
VTK
Commits
bd2770cd
Commit
bd2770cd
authored
Feb 29, 2012
by
Michael Jeulin-L
Browse files
FIX: vtkImplicitPlaneRepresentation does not print ivar LockNormalToCamera
Change-Id: I715e9c3a2680c10b3fee317b9daa2188789f22cc
parent
46b31653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Widgets/vtkImplicitPlaneRepresentation.cxx
View file @
bd2770cd
...
...
@@ -652,6 +652,8 @@ void vtkImplicitPlaneRepresentation::PrintSelf(ostream& os, vtkIndent indent)
<<
(
this
->
NormalToYAxis
?
"On"
:
"Off"
)
<<
"
\n
"
;
os
<<
indent
<<
"Normal To Z Axis: "
<<
(
this
->
NormalToZAxis
?
"On"
:
"Off"
)
<<
"
\n
"
;
os
<<
indent
<<
"Lock Normal To Camera: "
<<
(
this
->
LockNormalToCamera
?
"On"
:
"Off"
)
<<
"
\n
"
;
os
<<
indent
<<
"Tubing: "
<<
(
this
->
Tubing
?
"On"
:
"Off"
)
<<
"
\n
"
;
os
<<
indent
<<
"Outline Translation: "
...
...
Write
Preview
Supports
Markdown
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