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