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
bd062742
Commit
bd062742
authored
Mar 06, 1994
by
Will Schroeder
Browse files
ENH: Added bounds method.
parent
ee829247
Changes
1
Show whitespace changes
Inline
Side-by-side
include/Mapper.hh
View file @
bd062742
...
...
@@ -34,6 +34,7 @@ public:
void
PrintSelf
(
ostream
&
os
,
vlIndent
indent
);
void
operator
=
(
const
vlMapper
&
m
);
virtual
void
Render
(
vlRenderer
*
)
=
0
;
virtual
float
*
GetBounds
()
=
0
;
void
SetStartRender
(
void
(
*
f
)());
void
SetEndRender
(
void
(
*
f
)());
...
...
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