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
19 
20 class VTKREMOTINGEXPORT_EXPORT vtkSMCSVProxiesInitializationHelper
22 {
23 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
29 
30 protected:
33 
34 private:
36  void operator=(const vtkSMCSVProxiesInitializationHelper&) = delete;
37 };
38 
39 #endif
vtkSMProxyInitializationHelper.h
vtkSMCSVProxiesInitializationHelper
initialization helper for (writers, PCSVReader) proxy.
Definition: vtkSMCSVProxiesInitializationHelper.h:20
vtkSMProxyInitializationHelper::PostInitializeProxy
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy.
vtkSMProxyInitializationHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMProxy
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
vtkMTimeType
vtkTypeUInt64 vtkMTimeType
vtkIndent
vtkSMProxyInitializationHelper
initialization helper for a proxy.
Definition: vtkSMProxyInitializationHelper.h:32
vtkPVXMLElement
Definition: vtkPVXMLElement.h:23
vtkSMObject::New
static vtkSMObject * New()