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
0cb2515f
Commit
0cb2515f
authored
Aug 12, 2004
by
Francois Bertel
Browse files
Fixed PrintSelf
parent
180e1413
Changes
1
Show whitespace changes
Inline
Side-by-side
Common/vtkGenericSubdivisionErrorMetric.cxx
View file @
0cb2515f
...
...
@@ -19,7 +19,7 @@
#include "vtkGenericAttributeCollection.h"
#include "vtkGenericAdaptorCell.h"
vtkCxxRevisionMacro
(
vtkGenericSubdivisionErrorMetric
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkGenericSubdivisionErrorMetric
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkGenericSubdivisionErrorMetric
);
vtkCxxSetObjectMacro
(
vtkGenericSubdivisionErrorMetric
,
GenericCell
,
vtkGenericAdaptorCell
);
...
...
@@ -191,5 +191,8 @@ void vtkGenericSubdivisionErrorMetric::PrintSelf(ostream& os, vtkIndent indent)
this
->
Superclass
::
PrintSelf
(
os
,
indent
);
os
<<
indent
<<
"Error: "
<<
this
->
Error
<<
endl
;
os
<<
indent
<<
"AttributeCollection: "
<<
this
->
AttributeCollection
<<
endl
;
os
<<
indent
<<
"GenericCell: "
<<
this
->
GenericCell
<<
endl
;
}
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