vtkCameraManipulatorGUIHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkCameraManipulatorGUIHelper.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
29 #ifndef vtkCameraManipulatorGUIHelper_h
30 #define vtkCameraManipulatorGUIHelper_h
31 
32 #include "vtkObject.h"
33 #include "vtkPVVTKExtensionsInteractionStyleModule.h" // needed for export macro
34 
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
46  virtual void UpdateGUI() = 0;
47 
54  virtual int GetActiveSourceBounds(double bounds[6]) = 0;
55 
57 
62  virtual int GetActiveActorTranslate(double translate[3]) = 0;
63  virtual int SetActiveActorTranslate(double translate[3]) = 0;
65 
67 
70  virtual int GetCenterOfRotation(double center[3]) = 0;
71 
72 protected:
76 
77 private:
79  void operator=(const vtkCameraManipulatorGUIHelper&) = delete;
80 };
81 
82 #endif
Helper class for Camera Manipulators.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT
void operator=(const vtkObjectBase &)