ParaView
vtkSMCameraConfigurationWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMCameraConfigurationWriter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm 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 =========================================================================*/
30 #ifndef vtkSMCameraConfigurationWriter_h
31 #define vtkSMCameraConfigurationWriter_h
32 
33 #include "vtkPVServerManagerDefaultModule.h" //needed for exports
35 
36 class vtkSMProxy;
37 
38 class VTKPVSERVERMANAGERDEFAULT_EXPORT vtkSMCameraConfigurationWriter
40 {
41 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
45 
49  void SetRenderViewProxy(vtkSMProxy* rvProxy);
50 
51 protected:
54 
55  // Protect the superclass's SetProxy, clients are forced to use
56  // SetRenderViewProxy
57  void SetProxy(vtkSMProxy*) { vtkErrorMacro("Use SetRenderViewProxy."); }
58 
59 private:
61  void operator=(const vtkSMCameraConfigurationWriter&) VTK_DELETE_FUNCTION;
62 };
63 
64 #endif
Base readers of a vtkSMProxy's vtkSMProperty's.
A writer for XML camera configuration.
virtual void PrintSelf(ostream &os, vtkIndent indent)
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
void SetProxy(vtkSMProxy *)
Set the proxy to write out.
static vtkSMProxyConfigurationWriter * New()