src
paraview-5.12
Remoting
ServerManager
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
18
class
VTKREMOTINGSERVERMANAGER_EXPORT
vtkSMPSWriterProxy
:
public
vtkSMPWriterProxy
19
{
20
public
:
21
static
vtkSMPSWriterProxy
*
New
();
22
vtkTypeMacro(
vtkSMPSWriterProxy
,
vtkSMPWriterProxy
);
23
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
24
25
protected
:
26
vtkSMPSWriterProxy
();
27
~
vtkSMPSWriterProxy
()
override
;
28
29
private
:
30
vtkSMPSWriterProxy
(
const
vtkSMPSWriterProxy
&) =
delete
;
31
void
operator=(
const
vtkSMPSWriterProxy
&) =
delete
;
32
};
33
34
#endif
vtkSMPWriterProxy.h
vtkSMPWriterProxy::New
static vtkSMPWriterProxy * New()
vtkIndent
vtkSMPWriterProxy
proxy for a VTK writer that supports parallel writing.
Definition:
vtkSMPWriterProxy.h:19
vtkSMPSWriterProxy
proxy for the parallel-serial writer.
Definition:
vtkSMPSWriterProxy.h:18
vtkSMPWriterProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Generated by
1.8.17 on Wed Mar 27 2024