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
VTK
VTK
Commits
df86f69e
Commit
df86f69e
authored
Aug 09, 2004
by
Ken Martin
Browse files
first fix for PrintSelf
parent
ec12bb8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/vtkTableExtentTranslator.cxx
View file @
df86f69e
...
...
@@ -15,7 +15,7 @@
#include
"vtkTableExtentTranslator.h"
#include
"vtkObjectFactory.h"
vtkCxxRevisionMacro
(
vtkTableExtentTranslator
,
"1.
6
"
);
vtkCxxRevisionMacro
(
vtkTableExtentTranslator
,
"1.
7
"
);
vtkStandardNewMacro
(
vtkTableExtentTranslator
);
//----------------------------------------------------------------------------
...
...
@@ -60,6 +60,8 @@ void vtkTableExtentTranslator::PrintSelf(ostream& os, vtkIndent indent)
os
<<
indent
<<
"ExtentTable: (none)
\n
"
;
}
os
<<
indent
<<
"MaximumGhostLevel: "
<<
this
->
MaximumGhostLevel
<<
"
\n
"
;
os
<<
indent
<<
"NumberOfPiecesInTable: "
<<
this
->
NumberOfPiecesInTable
<<
"
\n
"
;
if
(
this
->
PieceAvailable
)
{
vtkIndent
nextIndent
=
indent
.
GetNextIndent
();
...
...
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