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
c624315e
Commit
c624315e
authored
Mar 28, 2005
by
Kenneth Moreland
Browse files
STYLE: Print out ExtensionsString in PrintSelf.
parent
d5e87276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkOpenGLExtensionManager.cxx
View file @
c624315e
...
...
@@ -51,7 +51,7 @@ extern "C" __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
// GLU is currently not linked in VTK. We do not support it here.
#define GLU_SUPPORTED 0
vtkCxxRevisionMacro
(
vtkOpenGLExtensionManager
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkOpenGLExtensionManager
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkOpenGLExtensionManager
);
vtkOpenGLExtensionManager
::
vtkOpenGLExtensionManager
()
...
...
@@ -77,6 +77,8 @@ void vtkOpenGLExtensionManager::PrintSelf(ostream &os, vtkIndent indent)
os
<<
indent
<<
"RenderWindow: ("
<<
this
->
RenderWindow
<<
")"
<<
endl
;
os
<<
indent
<<
"BuildTime: "
<<
this
->
BuildTime
<<
endl
;
os
<<
indent
<<
"ExtensionsString: "
<<
(
this
->
ExtensionsString
?
this
->
ExtensionsString
:
"(NULL)"
)
<<
endl
;
}
void
vtkOpenGLExtensionManager
::
SetRenderWindow
(
vtkRenderWindow
*
renwin
)
...
...
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