vtkSMCameraProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMCameraProxy.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 =========================================================================*/
23 #ifndef vtkSMCameraProxy_h
24 #define vtkSMCameraProxy_h
25 
26 #include "vtkRemotingViewsModule.h" //needed for exports
27 #include "vtkSMProxy.h"
28 
30 {
31 public:
32  static vtkSMCameraProxy* New();
33  vtkTypeMacro(vtkSMCameraProxy, vtkSMProxy);
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
37 
41  void UpdatePropertyInformation() override;
43  {
44  this->Superclass::UpdatePropertyInformation(prop);
45  }
46 
47 protected:
49  ~vtkSMCameraProxy() override;
51 
52 private:
53  vtkSMCameraProxy(const vtkSMCameraProxy&) = delete;
54  void operator=(const vtkSMCameraProxy&) = delete;
55 };
56 
57 #endif
virtual void UpdatePropertyInformation()
Updates all property information by calling UpdateInformation() and populating the values...
#define VTKREMOTINGVIEWS_EXPORT
void UpdatePropertyInformation(vtkSMProperty *prop) override
Updates all property information by calling UpdateInformation() and populating the values...
void PrintSelf(ostream &os, vtkIndent indent) override
superclass for all SM properties
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
proxy for a camera.
void operator=(const vtkSMProxy &)=delete