vtkSMVRVirtualHandStyleProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef vtkSMVRVirtualHandStyleProxy_h
5 #define vtkSMVRVirtualHandStyleProxy_h
6 
7 #include "vtkNew.h"
8 #include "vtkPVIncubatorCAVEInteractionStylesModule.h" // for export macro
10 
11 class vtkCamera;
12 class vtkMatrix4x4;
16 struct vtkVREvent;
17 
18 class VTKPVINCUBATORCAVEINTERACTIONSTYLES_EXPORT vtkSMVRVirtualHandStyleProxy
19  : public vtkSMVRTrackStyleProxy
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
28  ~vtkSMVRVirtualHandStyleProxy(); // WRS-TODO: no "override" here? Others have it.
29 
30  void HandleButton(const vtkVREvent& event) override;
31  void HandleTracker(const vtkVREvent& event) override;
32 
34  bool PrevButton;
35 
36  bool EventPress;
38 
43 
44 private:
46  void operator=(const vtkSMVRVirtualHandStyleProxy&) = delete;
47 };
48 
49 #endif // vtkSMVRVirtualHandStyleProxy_h
virtual void HandleButton(const vtkVREvent &event)
property representing a vector of integers
implementation for View that includes render window and renderers.
property representing a vector of doubles
void PrintSelf(ostream &os, vtkIndent indent) override
void HandleTracker(const vtkVREvent &event) override
static vtkSMVRTrackStyleProxy * New()