Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Butz
VTK
Commits
b28d7045
Commit
b28d7045
authored
Aug 04, 2015
by
Ken Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep old method as the old backend requires it
parent
724a7a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Rendering/Core/vtkRenderWindow.h
Rendering/Core/vtkRenderWindow.h
+3
-2
No files found.
Rendering/Core/vtkRenderWindow.h
View file @
b28d7045
...
...
@@ -538,8 +538,9 @@ public:
// Description:
// Get the vtkPainterDeviceAdapter which can be used to paint on
// this render window.
VTK_LEGACY
(
vtkGetObjectMacro
(
PainterDeviceAdapter
,
vtkPainterDeviceAdapter
));
// this render window. Note the old OpenGL backend requires this
// method.
vtkGetObjectMacro
(
PainterDeviceAdapter
,
vtkPainterDeviceAdapter
);
// Description:
// Set / Get the number of multisamples to use for hardware antialiasing.
...
...
Write
Preview
Markdown
is supported
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