src
paraview-5.12
Remoting
ServerManager
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
();
23
vtkTypeMacro(
vtkSMPWriterProxy
,
vtkSMWriterProxy
);
24
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
25
26
protected
:
27
vtkSMPWriterProxy
();
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
Generated by
1.8.17 on Wed Mar 27 2024