vtkSMOMETIFFChannelCalculatorInitializationHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
13 #ifndef vtkSMOMETIFFChannelCalculatorInitializationHelper_h
14 #define vtkSMOMETIFFChannelCalculatorInitializationHelper_h
15 
16 #include "vtkRemotingMiscModule.h" //needed for exports
18 
21 {
22 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
28  void RegisterProxy(vtkSMProxy* proxy, vtkPVXMLElement* xml) override;
29 
30 protected:
33 
34 private:
37  void operator=(const vtkSMOMETIFFChannelCalculatorInitializationHelper&) = delete;
38 };
39 
40 #endif
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy...
virtual void RegisterProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml)
Called during vtkSMParaViewPipelineController::Register.
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
initialization helper for "OMETIFFChannelCalculator" filter.
#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.