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
Andrew Bauer
VTK
Commits
6c315de0
Commit
6c315de0
authored
Sep 12, 1994
by
Will Schroeder
Browse files
ENH: Changed Memory model.
parent
53320c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Mapper.hh
View file @
6c315de0
...
...
@@ -51,6 +51,7 @@ public:
virtual
void
Render
(
vlRenderer
*
)
=
0
;
void
SetLookupTable
(
vlLookupTable
*
lut
);
void
SetLookupTable
(
vlLookupTable
&
lut
)
{
this
->
SetLookupTable
(
&
lut
);};
vlGetObjectMacro
(
LookupTable
,
vlLookupTable
);
// Description:
...
...
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