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 "vtkRemotingMiscModule.h" //needed for exports
35 
36 class vtkSMProxy;
37 
39 {
40 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
44 
48  void SetRenderViewProxy(vtkSMProxy* rvProxy);
49 
50 protected:
53 
54  // Protect the superclass's SetProxy, clients are forced to use
55  // SetRenderViewProxy
56  void SetProxy(vtkSMProxy*) override { vtkErrorMacro("Use SetRenderViewProxy."); }
57 
58 private:
60  void operator=(const vtkSMCameraConfigurationWriter&) = delete;
61 };
62 
63 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
void SetProxy(vtkSMProxy *) override
Set the proxy to write out.
Base readers of a vtkSMProxy's vtkSMProperty's.
A writer for XML camera configuration.
#define VTKREMOTINGMISC_EXPORT
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
static vtkSMProxyConfigurationWriter * New()