vtkSMCameraConfigurationWriter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-License-Identifier: BSD-3-Clause
19 #ifndef vtkSMCameraConfigurationWriter_h
20 #define vtkSMCameraConfigurationWriter_h
21 
22 #include "vtkRemotingMiscModule.h" //needed for exports
24 
25 class vtkSMProxy;
26 
28 {
29 public:
31  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
37  void SetRenderViewProxy(vtkSMProxy* rvProxy);
38 
39 protected:
42 
43  // Protect the superclass's SetProxy, clients are forced to use
44  // SetRenderViewProxy
45  void SetProxy(vtkSMProxy*) override { vtkErrorMacro("Use SetRenderViewProxy."); }
46 
47 private:
49  void operator=(const vtkSMCameraConfigurationWriter&) = delete;
50 };
51 
52 #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:140
static vtkSMProxyConfigurationWriter * New()