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
Christian Butz
VTK
Commits
23340d44
Commit
23340d44
authored
Mar 26, 2005
by
Will Schroeder
Browse files
BUG:Forgot to print variable
parent
e21a139f
Changes
1
Show whitespace changes
Inline
Side-by-side
Hybrid/vtkProjectedTerrainPath.cxx
View file @
23340d44
...
...
@@ -25,7 +25,7 @@
#include "vtkDoubleArray.h"
#include "vtkMath.h"
vtkCxxRevisionMacro
(
vtkProjectedTerrainPath
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkProjectedTerrainPath
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkProjectedTerrainPath
);
// Begin vtkProjectedTerrainPath class implementation----------------------------
...
...
@@ -86,6 +86,7 @@ void vtkProjectedTerrainPath::PrintSelf(ostream& os, vtkIndent indent)
}
os
<<
indent
<<
"Height Offset: "
<<
this
->
HeightOffset
<<
"
\n
"
;
os
<<
indent
<<
"Height Tolerance: "
<<
this
->
HeightTolerance
<<
"
\n
"
;
os
<<
indent
<<
"Subdivision Factor: "
<<
this
->
SubdivisionFactor
<<
"
\n
"
;
}
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