vtkSMPWriterProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
13 #ifndef vtkSMPWriterProxy_h
14 #define vtkSMPWriterProxy_h
15 
16 #include "vtkRemotingServerManagerModule.h" //needed for exports
17 #include "vtkSMWriterProxy.h"
18 
19 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSMPWriterProxy : public vtkSMWriterProxy
20 {
21 public:
22  static vtkSMPWriterProxy* New();
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
28  ~vtkSMPWriterProxy() override;
29 
30 private:
31  vtkSMPWriterProxy(const vtkSMPWriterProxy&) = delete;
32  void operator=(const vtkSMPWriterProxy&) = delete;
33 };
34 
35 #endif
vtkSMWriterProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMWriterProxy.h
vtkSMWriterProxy
proxy for a VTK writer on a server
Definition: vtkSMWriterProxy.h:20
vtkSMWriterProxy::New
static vtkSMWriterProxy * New()
vtkIndent
vtkSMPWriterProxy
proxy for a VTK writer that supports parallel writing.
Definition: vtkSMPWriterProxy.h:19