vtkSMVRSkeletonStyleProxy.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 vtkSMVRSkeletonStyleProxy_h
5 #define vtkSMVRSkeletonStyleProxy_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 vtkSMVRSkeletonStyleProxy
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
30  void HandleButton(const vtkVREvent& event) override;
31  void HandleValuator(const vtkVREvent& event) override;
32  void HandleTracker(const vtkVREvent& event) override;
33 
35 
38 
41 
44 
45 private:
46  vtkSMVRSkeletonStyleProxy(const vtkSMVRSkeletonStyleProxy&); // Not implemented
47  void operator=(const vtkSMVRSkeletonStyleProxy&); // Not implemented
48 };
49 
50 #endif // vtkSMVRSkeletonStyleProxy_h
virtual void HandleButton(const vtkVREvent &event)
vtkNew< vtkMatrix4x4 > CachedTransMatrix
vtkNew< vtkMatrix4x4 > CachedRotMatrix
property representing a vector of integers
implementation for View that includes render window and renderers.
property representing a vector of doubles
virtual void HandleTracker(const vtkVREvent &event)
virtual void HandleValuator(const vtkVREvent &event)
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMVRInteractorStyleProxy * New()
vtkNew< vtkMatrix4x4 > InverseInitialTransMatrix
vtkNew< vtkMatrix4x4 > InverseInitialRotMatrix