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
Christian Butz
VTK
Commits
704956c2
Commit
704956c2
authored
Nov 18, 2011
by
Philippe Pébay
Browse files
Fixed PrintSelf() defects
Change-Id: I1452e1cfad9f934496cdc13c33e892e4385fcb6f
parent
f798c58d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPolarAxesActor.cxx
View file @
704956c2
...
...
@@ -81,6 +81,10 @@ void vtkPolarAxesActor::PrintSelf( ostream& os, vtkIndent indent )
os
<<
indent
<<
"Camera: (none)
\n
"
;
}
os
<<
indent
<<
"EnableDistanceLOD: "
<<
(
this
->
EnableDistanceLOD
?
"On"
:
"Off"
)
<<
endl
;
os
<<
indent
<<
"DistanceLODThreshold: ("
<<
this
->
DistanceLODThreshold
<<
")
\n
"
;
os
<<
indent
<<
"Polar Axis Title: "
<<
this
->
PolarAxisTitle
<<
"
\n
"
;
os
<<
indent
<<
"Polar Label Format: "
<<
this
->
PolarLabelFormat
<<
"
\n
"
;
os
<<
indent
<<
"PolarAxisLabelTextProperty: "
<<
this
->
PolarAxisLabelTextProperty
<<
endl
;
...
...
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