vtkSMExtractSelectionProxyInitializationHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkSMExtractSelectionProxyInitializationHelper_h
12 #define vtkSMExtractSelectionProxyInitializationHelper_h
13 
14 #include "vtkRemotingMiscModule.h" //needed for exports
16 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
26 
27 protected:
30 
31 private:
34  void operator=(const vtkSMExtractSelectionProxyInitializationHelper&) = delete;
35 };
36 
37 #endif // vtkSMExtractSelectionProxyInitializationHelper_h
Initialization helper for the ExtractSelection filter proxy.
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
#define VTKREMOTINGMISC_EXPORT
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.