vtkSMVRSpaceNavigatorGrabWorldStyleProxy.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 vtkSMVRSpaceNavigatorGrabWorldStyleProxy_h
5 #define vtkSMVRSpaceNavigatorGrabWorldStyleProxy_h
6 
7 #include "vtkPVIncubatorCAVEInteractionStylesModule.h" // for export macro
9 
12 class vtkSMProxy;
14 class vtkTransform;
15 
16 struct vtkVREvent;
17 
18 class VTKPVINCUBATORCAVEINTERACTIONSTYLES_EXPORT vtkSMVRSpaceNavigatorGrabWorldStyleProxy
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
30  void HandleValuator(const vtkVREvent& event) override;
31 
32 private:
34  const vtkSMVRSpaceNavigatorGrabWorldStyleProxy&) = delete; // Not implemented
35  void operator=(const vtkSMVRSpaceNavigatorGrabWorldStyleProxy&) = delete; // Not implemented
36 };
37 
38 #endif // vtkSMVRSpaceNavigatorGrabWorldStyleProxy_h
property representing a vector of integers
implementation for View that includes render window and renderers.
property representing a vector of doubles
virtual void HandleValuator(const vtkVREvent &event)
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMVRInteractorStyleProxy * New()