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
8490faf5
Commit
8490faf5
authored
Apr 02, 2004
by
Charles Law
Browse files
Make methods virtual so that paraview can define its own picking.
parent
6ffabd65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPointWidget.h
View file @
8490faf5
...
...
@@ -225,13 +225,13 @@ protected:
void
*
calldata
);
// ProcessEvents() dispatches to these methods.
void
OnMouseMove
();
void
OnLeftButtonDown
();
void
OnLeftButtonUp
();
void
OnMiddleButtonDown
();
void
OnMiddleButtonUp
();
void
OnRightButtonDown
();
void
OnRightButtonUp
();
virtual
void
OnMouseMove
();
virtual
void
OnLeftButtonDown
();
virtual
void
OnLeftButtonUp
();
virtual
void
OnMiddleButtonDown
();
virtual
void
OnMiddleButtonUp
();
virtual
void
OnRightButtonDown
();
virtual
void
OnRightButtonUp
();
// the cursor3D
vtkActor
*
Actor
;
...
...
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