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
Christian Butz
VTK
Commits
31dc6aa8
Commit
31dc6aa8
authored
Aug 24, 2005
by
Sebastien Barre
Browse files
ENH: add RenderEvent
parent
1e8300b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/vtkCommand.cxx
View file @
31dc6aa8
...
...
@@ -24,6 +24,7 @@ static const char *vtkCommandEventStrings[] = {
"DeleteEvent"
,
"StartEvent"
,
"EndEvent"
,
"RenderEvent"
,
"ProgressEvent"
,
"PickEvent"
,
"StartPickEvent"
,
...
...
Common/vtkCommand.h
View file @
31dc6aa8
...
...
@@ -104,6 +104,7 @@ public:
DeleteEvent
,
StartEvent
,
EndEvent
,
RenderEvent
,
ProgressEvent
,
PickEvent
,
StartPickEvent
,
...
...
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