Remoting
Export
vtkSMCSVProxiesInitializationHelper.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
14
#ifndef vtkSMCSVProxiesInitializationHelper_h
15
#define vtkSMCSVProxiesInitializationHelper_h
16
17
#include "
vtkRemotingExportModule.h
"
//needed for exports
18
#include "
vtkSMProxyInitializationHelper.h
"
19
20
class
VTKREMOTINGEXPORT_EXPORT
vtkSMCSVProxiesInitializationHelper
21
:
public
vtkSMProxyInitializationHelper
22
{
23
public
:
24
static
vtkSMCSVProxiesInitializationHelper
*
New
();
25
vtkTypeMacro(
vtkSMCSVProxiesInitializationHelper
,
vtkSMProxyInitializationHelper
);
26
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
27
28
void
PostInitializeProxy
(
vtkSMProxy
*,
vtkPVXMLElement
*,
vtkMTimeType
)
override
;
29
30
protected
:
31
vtkSMCSVProxiesInitializationHelper
();
32
~
vtkSMCSVProxiesInitializationHelper
()
override
;
33
34
private
:
35
vtkSMCSVProxiesInitializationHelper
(
const
vtkSMCSVProxiesInitializationHelper
&) =
delete
;
36
void
operator=(
const
vtkSMCSVProxiesInitializationHelper
&) =
delete
;
37
};
38
39
#endif
VTKREMOTINGEXPORT_EXPORT
#define VTKREMOTINGEXPORT_EXPORT
Definition:
vtkRemotingExportModule.h:15
vtkSMProxyInitializationHelper.h
vtkSMProxyInitializationHelper::PostInitializeProxy
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy...
vtkMTimeType
vtkTypeUInt64 vtkMTimeType
vtkSMProxyInitializationHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMProxyInitializationHelper
initialization helper for a proxy.
Definition:
vtkSMProxyInitializationHelper.h:32
vtkSMObject::New
static vtkSMObject * New()
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
vtkPVXMLElement
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
Definition:
vtkPVXMLElement.h:23
vtkRemotingExportModule.h
vtkSMCSVProxiesInitializationHelper
initialization helper for (writers, PCSVReader) proxy.
Definition:
vtkSMCSVProxiesInitializationHelper.h:20
Generated by
1.8.13 on Tue Oct 1 2024