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 
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
#define VTKREMOTINGEXPORT_EXPORT
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy...
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
initialization helper for a proxy.
static vtkSMObject * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
initialization helper for (writers, PCSVReader) proxy.