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 
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
proxy for a VTK writer that supports parallel writing.
#define VTKREMOTINGSERVERMANAGER_EXPORT
proxy for a VTK writer on a server
static vtkSMWriterProxy * New()
void PrintSelf(ostream &os, vtkIndent indent) override